Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): IE 9 upload
More Search Options
Showing page
45
of
656
(
6,557
total posts)
< 1
second(s)
Re: How to start manual upload
Rohan, That is a client side behavior and must be controlled by JavaScript. use startupload() function to start upload the selected files. var uploadobj=document.getElementById('<%=Uploader1.ClientID %>'); uploadobj.startupload(); Please check the html code of ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
January 14, 2010
Re: During upload is in progress i need to change text of InserButton to "Uploading...."
Hi, Yes, the API is //Fires when upload is stopped and not do postback function CuteWebUI_AjaxUploader_OnStop() { var hidden=this; hidden.internalobject.insertBtn.style.display='' } And you can refer to all API at ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
March 14, 2013
Re: IE9 with Flash - upload freezes
Small upload (7MB) worked fine Also uploading the 290MB to your test site worked fine (http://www.ajaxuploader.com/Demo/Large-File-Upload.aspx?UploadType=Flash,) Conclusion. I will look at your sample code and move forward from here, using some browser detection to determine the Uploader settings Thanks Gerald
Posted to
Ajax Uploader
(Forum)
by
GeraldMorris
on
November 7, 2012
Re: I am not able to upload images
I gave the uploads folder all the necessary permissions you suggested and it works well. I can now see the files in the uploads folder when I try to import an image from that file into the editor. Unfortunately, now I see a totally new error stating that ''There are too many people accessing the webiste at this time''. This error ...
Posted to
Cute Editor for ASP
(Forum)
by
DG252
on
May 7, 2005
Re: Manual upload with visible="false"
Ken, There is description of a case: 1. On this page, i have 3 Uploader element. 2. First element has an attribute Visible="False". 3. Browse files for upload using second and than third element. 4. Press button Submit. 5. Uploading doesn't start. This case don't work for any element (for example, ...
Posted to
Ajax Uploader
(Forum)
by
AlxReiter
on
November 14, 2012
Re: Redirect after upload
Hi, If you want to pass the file list to another page, You need store the list of the File Guid , into Session , or Database or somewhere, And fetch the File Guid in another page, use uploader.GetUploadedFile(guid) to get the file object, and show it . Regards, Terry
Posted to
PHP File Uploader
(Forum)
by
cutechat
on
July 28, 2010
Re: load the upload control dynamically
however ... CuteWebUIUploader.CancelButton.Style.Value = ''Button'' does not cive a parse error but does give (from my point of view) incorrect html... value=''Upload file'' id=''ctl00_CPH1_Uploader7__Insert'' style=''button'' /><div id=''ctl00_CPH1_Uploader7__Progress'' as opposed to a statically declared control: value=''Upload ...
Posted to
Ajax Uploader
(Forum)
by
ian pettman
on
June 12, 2009
Re: (File dialog has been blocked) while trying to Upload files
Copy and paste this. Scroll to the very bottom of the page. Click on the button ''show modal'',and the tabs will appear. Click on the upload button now and you will see the bad block message. We can see that the green mask is right above at the top of the screen. If we scroll up and try again it works. Let me know if you want ...
Posted to
Ajax Uploader
(Forum)
by
luci
on
September 2, 2009
Re: Upload problem when i put UploadModule in web.config
megami59: Hi, i know where is a problem but i don't know how resolve it. I can't upload file when i put my webSite in Application in IIS Regards, Megami59 Megami59, There are two methods to add this module depend on the IIS mod you are using. Are you sure you added it ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
December 4, 2009
Upload Image Problem
I have the same problem... while uploading image only the first time is successfull. Subsequent image upload will encounter 800a500 --> line 122 (include_upload.asp) Inside my filepost.asp on top of the file i have include <%@LANGUAGE=''VBSCRIPT'' CODEPAGE=''1252''%> But it doesn't work... Can you please help ... Thx ...
Posted to
Cute Editor for ASP
(Forum)
by
wenni
on
July 2, 2008
More Search Options
« First
...
< Previous
43
44
45
46
47
Next >
...
Last »