|
Search
You searched for the word(s): dialog
Showing page 13 of 36 (351 total posts)
< 1 second(s)
-
Hi,
Because the Flash/Silverlight limited ,
So Uploader only support this logic :
1 - user click the button (actually click on the Flash/Siverlight transparent layer, not on the button)
2 - uploader fire the CuteWebUI_AjaxUploader_OnBrowse event.
you can put your login in that function , ...
-
Rafael,
Do you set UploadType=Silverlight ?
The Firefox3.6 have bug on calculating the mouse position on the Silverlight object in an IFrame, that make the silverlight can't recieve the mouse click event and can't show the file browsing dialog.
So we disabled the silverlight on that condition.
If ...
-
Dear icastel,
the following is a full example:
<%@ 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 msg)
...
-
Hi,
When your specify the UploadType=IFrame , or the browser do not install the Flash/Silverlight ,
the uploader will create an iframe and <input type=file> to do the upload task.
For IE/Chrome , it will allow file.click() method to prompt the browsing dialog ,
but for Firefox/Safari , the browsers require ...
-
I just have uninstalled Flash10 and installed Flash 9.0r124 instead.I still have the same bug. In the ''Browse'' dialog, after clicking ''Open'', I'm asked for my credentials. If I do not provide them, i get the error message ''Flash : The upload task is interrupted! http 401''. If I provide them, the browser hangs ...
Question: As ...
-
Ok, thanks.
I check the total file size inside the handler of the javascript ''select'' event of the UploadAttachments object.
It has not been that straight forward because inside the ''select'' event handler, the parameter ''files'' contains only the files selected in the last ''Browse'' dialog opened, and it does not contain files ...
-
My application was running fine. Then the 30 day trial license expired, and I purchased a license. As part of the purchase I received a new 90 temporary license which I am currently using.
Immediately after doing this, the upload stopped working for some users using Firefox, but not all, with the following changes in behavior:
The file ...
-
Hi Guys!
Well...go there!
I´m start develop with ajaxuploader, and in this program i need make a simple upload with size limitation. I´d downloaded the package and put the CuteWebUI.AjaxUploader.dll in the bin directory, the scripts in asp.net page...run the project..
The ajaxuploader button was there...very ...
-
Hi guys
I keep getting random uploads cancelling or not starting and after about a couple of minutes of inactivity i get a ''Client side cancelled'' dialog.
This mostly happens with file sizes of over 10Mb, but I guess the bigger the file the more chances i Have to get this error.
Any ...
-
If flash is loading, you will be able to right click on that blank page and see if you see the flash dialog. This is just a test to see if you are able to retrieve a swf file without error. Do you have any other flash elements on your existing pages and do they work without issue?
Greg
... 13 ...
|
|
|