|
Search
You searched for the word(s): IE 9 upload
Showing page 1 of 656 (6,557 total posts)
< 1 second(s)
-
Hello,
NOTE: There are a bunch of later messages here with additional information and updates to this one - please read them all before responding!
UPDATE:
THIS HAS BEEN SOLVED -- see me final message I’m using the trial version. VS2008, .NET 3.5, C#. We are loading to a temp directory and then ...
-
When you click ''Cancel'' or ''Cancel All'', CuteWebUI_AjaxUploader_OnStop will be called, you can use the following examples to test it:
<%@ Page Language=''C#'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''>
<script ...
-
Dear Ketaki1,
AJAX Uploader is an easy to use, hi-performance ASP.NET File Upload Control which allows you to upload files to web server without refreshing the page. It is different from the FTP Upload.
http://ajaxuploader.com/Demo/, these examples are online demo and demonstrate how to use Ajax Uploader in ...
-
Please refer to the following code:
By default, you do not need set any property, when you select multiple files, the ''Cancel All'' button will be visible, if you click it, it will cancel file upload, the following example hide the built-in ''Cancel All'' button and use customized button to replace it, it shows how to cancel the ...
-
Hi krajiv23,
The uploader has not the property to check the states, so you can add a variable to check it between the upload progress, like the example ...
-
Hi derekml, You can find all source code of the demo in the php uploader demo package. Demo package download url: http://www.cutesoft.net/downloads/folders/52443/download.aspx I also attached the manual start upload example code ...
-
Hi,
I want to upload 3 files at the same time (consecutively) with the click of a single button. But for the purposes of my site, I need to have 3 different file upload controls, because each control is labeld differently and is provided for a different file type. Eg one for a thumbnail picture, one for a colour picture and ...
-
Hi nunndaddy, Does your client get the same issue on our demo below? http://www.ajaxuploader.com/Demo/select-multiple-files-upload.aspx?UploaderDebug=1 QueryString ''UploaderDebug=1'' will open the debug mode, and you can see the debug info at top-right. Please show me the info if your client get the same issue on that ...
-
Dear bruticus,
Please refer to the following code:
<%@ 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''>
void InsertMsg(string ...
-
Basically what is happening, if the user uploads multiple files, say 3+.
e.g.
Then the user clicks the update button, which moves the files to required directory, and performs some other database updates, etc.
The user is then presented with the updated page, which has the documents they just ...
1 ...
|
|
|