|
|
Browse by Tags
All Tags » Upload Button
-
Hello: When I upload an image file, the upload starts and i see the checkmark next to the file name that shows the upload was completed. However when I go to the folder the that the images should be in; nothing is there. Here is my code: <%@ Page Language=''C#'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 ...
-
Hi,
I customized CuteWebUI_AjaxUploader_OnQueueUI. Everything was working fine until i tested with 2 multiple files in a row. If I upload a few files, my list count in CuteWebUI_AjaxUploader_OnQueueUI reflects how many files im uploading. If I do a second one, without refreshing, my total list count is the sum of both uploads. Is ...
-
I have this issue where the Upload button appears, but when clicked, it becomes grayed out and noting happens -- with IE7. It does work perfectly fine, as-is, however with Firefox 3.0. I am using the multiple-files-upload.aspx example...
I was able to resolve the issue by making the following change:
To the following ...
-
Hi our client want something like this
Can any one help me out in this as i am new to ajax uploader.
i want mainly 3 things
1. How to align all the button on the top in one line (already try as mention in Demo application but not get any solution)
2. How to give scroll bar if number of file list increase in ...
-
When I click the button, I get a javascript alert: Unable to select so many files at once. The total file name length cannot exceed 32kb Strange thing is that I have not selected any files yet, because the open file dialog has not been shown yet.
This happens when I just drag a control to the page, build it and view it in the asp.net ...
-
<asp:Panel ID=''ImagePanel'' runat=''server'' BorderColor=''Transparent'' BorderStyle=''None''>
<asp:Button runat=''server'' ID=''MultiSelect'' CssClass=''ContestAddBtn'' Text=''Upload File(s)'' ...
-
I tried to implement ajax uploader's simple upload with progress (custom validation) in my project.
the files are uploaded fine in IE7 and firefox 3.0.
but the upload button is disabled in firefox 2.0.
i also tried by changing the upload method to iframe.
the iframe method again works fine in IE7 and firefox 3.0 .
In ...
|
|
|