Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): upload'A=0
More Search Options
Showing page
9
of
656
(
6,557
total posts)
< 1
second(s)
Re: how to upload multiple files on the server..
Hi abbas52, 1.Please test on demohttp://cutesoft.net/example/general.aspx,does the upload button works for you? 2.What browser/version you are testing? 3.Is your site online? If so, can you post the test page url? So we can check it for you. 4.Please refer tohttp://cutesoft.net/developer+guide/scr/Deployment.htm,did you finish step ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
August 8, 2011
Re: How can I throw a server side error if file upload is not successful
hi RonR, Please try the example below. Upload a large file to fire the error. <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''> protected void b1_Click(object sender, ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
August 5, 2011
Re: Silverlight Image File Upload Error
I managed to get my uploads to work by doing the following - I found this file - include_phpuploader.php (Directory - cuteeditor_files\Dialogs\phpuploader\) Then I editid it to modify the following - /// The global type of upload method to use. /// Auto|IFrame|Flash|Silverlight public ...
Posted to
Cute Editor for PHP
(Forum)
by
m00ser
on
March 3, 2011
Re: After File Upload page is automatic post.. which i dont want.. i
Dear appliquertech, ASP Uploader need to transfer the upload files to the server, so the postback is necessary. If you just want to prevent it, you can try the code below <script> function CuteWebUI_AjaxUploader_OnPostback() { return false; } </script> If you want to submit the page after all ...
Posted to
ASP Uploader
(Forum)
by
Eric
on
January 24, 2011
Re: Multiple Upload Controls
snagpoonage, Ajax uploader allows you run multiple upload controls on the same page. Please try the following code: <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> <head> </head> <body> ...
Posted to
Ajax Uploader
(Forum)
by
Adam
on
August 17, 2010
Re: Cant upload files with spaces in the name
Dear SoloX, Uploader is a tool to help you upload files. When the file is uploaded , the uploader will save the file to temp folder at first. And the name of the file is also a temp name. You need write code to move the file to your target location , and then maintain it by yourself. Please check the ...
Posted to
PHP File Uploader
(Forum)
by
Eric
on
April 26, 2010
Re: how to create a Manual upload without a list of recently uploaded files showing up afterwards
Hi, You can use this way to hide the table : <script type=''text/javascript''> function CuteWebUI_AjaxUploader_OnQueueUI(list) { var hasqueueoruploading=null; for(var i=0;i<list.length;i++) { var ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
September 24, 2009
Re: File Upload control does not work in Windows Server 2008
http://ajaxuploader.com/Deployment.htm Step 2: To allow Ajax Uploader to handle upload requests, you need to add its HttpModule to your application. IIS 6.0 and IIS 7.0 Classic mode<configuration> <system.web> <httpModules> <add ...
Posted to
Ajax Uploader
(Forum)
by
Adam
on
June 20, 2009
Re: folder for each user to upload
' check if user folder exist, if not create it! userPath= ''D:\wwwroot\myApp\uploads\'' & IDUSER & ''\'' Set fso = ...
Posted to
Cute Editor for ASP
(Forum)
by
JFRanger
on
July 11, 2008
Re: Forbidden Message on Image Upload Page
THe ''Forbidden'' message I have gotten when there was an issue with the license file. Once I copied it back out to the Bin directory, the message went away. There was nothing that I saw in the DotNetGallery control that would handle the Permission to only people that are logged in. I had to do this on the page that contains the ...
Posted to
ASP.Net Image Gallery
(Forum)
by
BurnSoft
on
January 13, 2007
More Search Options
« First
...
< Previous
7
8
9
10
11
Next >
...
Last »