|
Search
You searched for the word(s): Ajax Uploader
Showing page 7 of 117 (1,163 total posts)
< 1 second(s)
-
Hi mchamo, You can try 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''> protected void button1_Click(object ...
-
This example project is using MVC1.0, you need convert MVC1.0 to MVC2.0, please follow steps:
1. Open web.config
2. replace all ''System.Web.Mvc, Version=1.0.0.0'' with ''System.Web.Mvc, Version=2.0.0.0''
3. Add the following lines within ''Configuration'' section:
<runtime>
...
-
Hi adidamty,
Please try this way
<%@ Page Language=''C#'' Title=''Customize the queue UI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> ...
-
gustyn,
If Ajax Uploads detect silverlight is supported by user browser, Ajax Uploader will use silverlight solution. If Ajax Uploader detects flash is supported, Ajax uploader will use the flash solution. For other situations, Iframe solution will be used.
For your situation, I suggest you set up a temp upload ...
-
Hi kunalshah,
Please try demo http://www.ajaxuploader.com/Demo/select-multiple-files-upload.aspx, does this demo page work for you? If yes, please download the latest build and try again.
latest build download url: http://ajaxuploader.com/download/Ajax-Uploader.zip
Regards,
Ken
-
Hi Avi,
1. Is there a way to pass data from javascript to UploadHandler.ashx before a the file is uploaded, or after the file are selected?
I suggest you handle the upload file in the controller directly. So you can pass the value to the controller directly.
refer to the example below, you can save/move or do other ...
-
Thanks for your answer.
When I upload a number of files in control x and then use control y to add other files, the control x attachment table will become empty except from a file without name and with the size ''-1'' (see picture). Do you recognize this behaviour? I have not implemented my own attachment table ...
-
Hello Adam ,
I find that the function setresumeoption("Resume") is just recovering the upload from scratch.Perhaps I Misunderstood the "setresumeoption" function, or my question is not clear enough, I re-describe my question here
For example, I have a 10M file, use Ajax Uploader control to upload. When ...
-
Hi Dlab,
I can not reproduce this issue. Can you try on http://www.ajaxuploader.com/Demo/Start-uploading-manually.aspx with your firefox 22? Does it get the same problem? If the demo works for you, I suggest you download the latest build and try again.
Latest build downlaod url: ...
-
... 7 ...
|
|
|