Search

You searched for the word(s):
Showing page 4 of 6 (59 total posts) < 1 second(s)
  • Re: Files not uploading in Safari on Apple computers

    I've found that&nbsp;Error #2038 is related to the size of files to upload. We have a limit of 10 Mb and when trying to upload files larger than that, this error occurs on Apple computers. The strange thing is that on Windows computers we get a regular alert explaining about the file size, and on Apple computers we get this weird technical error ...
    Posted to Ajax Uploader (Forum) by MarjaR on January 13, 2012
  • Files not uploading in Safari on Apple computers

    Our Apple users are complaining that files don't get uploaded. When using any browser on a Windows computer, everything is working just fine.&nbsp;This week I bought an Apple MacBook Air laptop to be able to test things like this myself, and I can confirm... files don't get uploaded when working with Safari.I downloaded and installed the latest ...
    Posted to Ajax Uploader (Forum) by MarjaR on January 13, 2012
  • Re: Max. file size

    Adam: &lt;CuteWebUI:Uploader runat=''server'' MultipleFilesUpload=''true'' ID=''Uploader1'' InsertText=''Upload (Max 100K)''&gt; &lt;VALIDATEOPTION AllowedFileExtensions=''jpeg,jpg,gif,png'' MaxSizeKB=''100'' /&gt; &lt;/CuteWebUI:Uploader&gt; &nbsp; Ah yes, of course. Thanks!&nbsp;
    Posted to Ajax Uploader (Forum) by MarjaR on January 8, 2012
  • Max. file size

    I'm in a shared hosting environment and my host does not allow files larger than 10Mb to be uploaded. How can I limit the file size in the Ajax Uploader interface upfront, so we don't get ''Maximum request length exceeded.'' exceptions when our users try to upload larger files?
    Posted to Ajax Uploader (Forum) by MarjaR on January 5, 2012
  • Re: Error: Unknown result

    Hi Ken,&nbsp;Thank you for your reply.No, a test page like that does not get the same problem.&nbsp;Some more background information about my situation:&nbsp;The CuteWebUI:UploadPersistedFile is part of a custom user control for uploading and resizing images, which is added to the page dynamically in the CreateFieldSet method of a subclass of ...
    Posted to Ajax Uploader (Forum) by MarjaR on October 28, 2011
  • Re: Error: Unknown result

    The upload seems to happen... the progress bar fills up, but then the error occurs. And it seems to happen just before the OnFileUploaded event is triggered, because that doesn't fire once the error has occurred.&nbsp;My code:&nbsp;&lt;CuteWebUI:UploadPersistedFile ID=''UploadPersistedFile1'' DirtyText=''&lt;%$ Resources:wsGeneral, ...
    Posted to Ajax Uploader (Forum) by MarjaR on October 28, 2011
  • Error: Unknown result

    When trying to upload a file, we sometimes get the following error:&nbsp;Unknown result:&nbsp;&lt;script type='text/javascript'&gt;if(window.parent.CurrentUpload)window.parent.CurrentUpload.UploadError('PageID_30_ControlID_7_fudForumProfile_wsUserDetails_txtForumAvatar_UploadPersistedFile1Image_1319788925232_1','Object reference not set to an ...
    Posted to Ajax Uploader (Forum) by MarjaR on October 28, 2011
  • Re: Uploading multiple files in relation to OnFileUploaded, OnUploadCompleted, etc.

    Kenneth:If you upload 10 files, the OnFileUploaded will fire 10 times, OnUploadCompleted will fire one time.Okay, but both are supposed to fire only after all uploads have completed?&nbsp;If so, that might be something to mention explicitly in the documentation.&nbsp;
    Posted to Ajax Uploader (Forum) by MarjaR on October 21, 2011
  • Re: Uploading multiple files in relation to OnFileUploaded, OnUploadCompleted, etc.

    Okay, but then what exactly is the difference between OnFileUploaded and OnUploadCompleted?&nbsp;
    Posted to Ajax Uploader (Forum) by MarjaR on October 20, 2011