Search

You searched for the word(s): Uploader
Showing page 117 of 328 (3,276 total posts) < 1 second(s)
  • How do I insert the file into database asynchronously while uploading a large file?

    Here is my situation, I am using Ajax Uploader to allow users uploading file to and downloading file from database. You see I am using database image to store the files instead of file location. Every time a user uploading a large file, Ajax Uploader put that file in the temporary folder. Now I can only insert the file into database after the ...
    Posted to Ajax Uploader (Forum) by ya4dang1 on May 24, 2009
  • Re: Need Javascript DeleteAllAttachments...

    Terry,      Thank you very much for answering my question.   I have an additional question related to the same issue.  If the files that were uploaded to UploaderTemp are marked as persisted and the Attachment object is disposed, then shouldn't the persisted uploaded files be deleted (I know that ...
    Posted to Ajax Uploader (Forum) by CodeSlinger on May 13, 2009
  • Multiple File Uploaded Problem

    Hi,   I am using the multiple file uploader with a manual start function - my problem is this:   I've got a page where users can add a gallery - and on the same page I have a multiple file uploader where they can assign files to that gallery. All of the uploading etc is working but I cannot seem to get the ID of the newly added ...
    Posted to Ajax Uploader (Forum) by scooner on February 12, 2009
  • Re: File-upload doesn't work in IE7 if Flash10a.ocx is activated (Framework 1.x VB)

    Peter,   If the client machine supports silverlight,  Ajax Uploader will use silverlight solution.   If the client machine supports flash,  Ajax Uploader will use flash solution.   If the client machine doesn't support flash or silverlight, the select multiple files feature will not be avaialble. However the muliple ...
    Posted to Ajax Uploader (Forum) by Adam on January 19, 2009
  • Re: AjaxUploader:UploadAttachments continues to transfer after cancel

    while i think i do have silverlight installed in my development environment, it is not something we use explicitly.   but, having it there does allow ajax uploader to use it, i guess.   until you fix it, i may be best to switch to the flash method.  ( iframe is just not acceptable )   my understanding is that ...
    Posted to Ajax Uploader (Forum) by alan.pieroway on January 15, 2009
  • How to apply full postback

    hi,   i have implemented the file uploader in my project by embedded the uploader component in update panel while keeping the other fields in form outside the update panel.   Other fields(chained drop down list, textbox) in the form have required field validator attached to them.   when i fill the form fields and ...
    Posted to Ajax Uploader (Forum) by ssjal on January 5, 2009
  • unable to copy to another folder at same level in the website as uploadertemp folder

    I have run into an error message with the uploader. I am saving the files to \UploaderTemp, but when I try to copy to another folder, I get an error. I have made a new folder \OrderUploads the same level as the \UploaderTemp and it has the same permissions. In the code I have  args.CopyTo(\\OrderUploads); When I do that, then the ...
    Posted to Ajax Uploader (Forum) by jmestep on November 22, 2008
  • Re: How to hide the cancel Button ?

    Frank,   Please try the following code: <%@ Page Language=''C#'' %> <html> <head> </head> <body>     <form id=''form1'' runat=''server''>         <CuteWebUI:Uploader ID=''uploader1'' ...
    Posted to Ajax Uploader (Forum) by Adam on November 12, 2008
  • Multiple Files

    I'm a newbie to Uploader but have been impressed as it all worked in my own app in about 4 hours. But I don't quite understand the multiple file uploads.   I can upload as many files as I like with the ordinary Uploader (by just keep clicking the button).  So what is the advantage of the Multiple File attachment as it seems to ...
    Posted to Ajax Uploader (Forum) by GeoffA on May 12, 2008
  • Re: upload task interrupted error #2038

    If you upgrade to the latest build, this issue should be resolved.   If you don't want to upgrade, please follow the steps below:   Please open CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx and modify the following code:   <CE:Uploader id=''InputFile'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 24, 2010