Browse by Tags

All Tags » FileUploaded
Showing page 2 of 3 (21 total posts)
  • Failed to load resource: the server responded with a status of 500(Internal Server error)

    I am using ajaxuploder in asp.net. Its working fine in local,but it gives me error in live environment., Failed to load resource: the server responded with a status of 500 (Internal Server Error).This error comes at the end of file uploading process.this is that control's markup.,<CuteWebUI:Uploader runat=''server'' ID=''Uploader1'' ...
    Posted to Ajax Uploader (Forum) by ssjganesh on July 24, 2012
  • How to detect a cancel upload event

    Hi all, My company is investigating the ajax uploader as a possible solution for our site.  Our requirements are that it needs to be able to use sqlfilestream on the backend with no temporary files on the server.  I've been able to get it working perfectly using a custom uploadprovider which copies the data off of the incoming ...
    Posted to Ajax Uploader (Forum) by mtaute on March 22, 2012
  • Modify GetTempFilePath (PLEASE HEEEEEEEEEEEEELP!)

    Need to create my own GetTempFilePath, is this can be done?    On UploadPhoto_FileUploaded, need to save it to another dir if i can duplicate the GetTempFilePath maybe it would help.   PLEASE HEEEEEEEEEEEEELP!    protected void UploadPhoto_FileUploaded(object sender, UploaderEventArgs args)     ...
    Posted to Ajax Uploader (Forum) by fjbotto on May 3, 2011
  • Setting uploaded files count to synchronize with MaxFilesLimit?

    This is the problem I'm having... MaxFilesLimit for the control is set to 4. 1. I've multi-selected 3 files and it uploads them. There are now 3 files in my TempDirectory.2. I run a process that deletes all 3 of those files from TempDirectory.3. When I multi-select 3 more files, I get the MaxFilesLimitMsg because it thinks ...
    Posted to Ajax Uploader (Forum) by vmhatup on April 23, 2010
  • Updating webpage after upload has completed

    Hi,   I am using the AJAXUploader and it is working beautifully. However, I want a button to become visible on the .aspx page after the upload has been completed.   I have tried putting btnButton.visible = true in the Uploader_FileUploaded and Uploader1_UploadCompleted callback methods, and even though I can see that it is ...
    Posted to Ajax Uploader (Forum) by ASimps on October 2, 2009
  • Is there a way to save files directly into sql 2005 database using ajaxuploader? Without saving to disk at all.

    Is there a way to save files directly into sql 2005 database using ajaxuploader? Without saving to disk at all.
    Posted to Ajax Uploader (Forum) by Layaway on February 3, 2009
  • Upload folder

    Instead of having the Ajax Uploader send the file to a temp directory and then copy the file from the temp directory to the destination directory is there a way to have the file uploaded directly to the destination directory?   Note: I don't want the file to be saved as ...
    Posted to Ajax Uploader (Forum) by demmett on January 30, 2009
  • Ajax file uploader for large files not working fine

    Hi everybody, I am using Ajax file uploader to upload large files,it uploads smoothly to a temp location but i didn't understand how can i save the file to my desired location,i found CopyTo() method but its not working idont know why. i am posting the code i have used:   protected void FileUpload(object sender, UploaderEventArgs ...
    Posted to Ajax Uploader (Forum) by Suvradeep on January 15, 2009
  • No progress indicator

    I am trying to evaluate your upload control, and have the samples running locally including the Advanced ones with the database, but when I select files in any of the samples I can upload them, but I get no progress indicator.  I have spent some time reading the forum threads looking for a possible solution, any ideas?  I have flash ...
    Posted to Ajax Uploader (Forum) by sback@innovasi.com on December 13, 2008
  • Original File information

      How can I retrieve the original file location?  I see the file name and size, but nothing about location.  Is there any more information elsewhere?     Thanks!
    Posted to Ajax Uploader (Forum) by JeffW on October 9, 2008