Search

You searched for the word(s): Uploader
Showing page 130 of 328 (3,276 total posts) < 1 second(s)
  • CSS style and Cancel All Uploads button

    Good Morning ! I'm using on my page(.NET framework 4.0) Ajax Uploader with option ManualStartUpload = "true", but I can't find the CSS to format the list of files on the rise. I tested with the option ManualStartUpload = "false" and I found the CSS, but with the option to "true" I cant find the ...
    Posted to Ajax Uploader (Forum) by vecchiato on January 4, 2013
  • Re: Can ajax upload file to a controller instead of uploadHanler.ashx?

    Hi, I'm also try to get the server message in "uploader.WriteValidationError("test : file processed")"   I did try some ajax like CuteWebUI_AjaxUploader_OnStop or CuteWebUI_AjaxUploader_OnPostback to get viewbag message from server, but it doesn't work. Can you provide me the full ajax api document, cause ...
    Posted to Ajax Uploader (Forum) by ThangLe on November 21, 2012
  • Re: How to MIME type of image uploaded

    Balakrishna_Tulluru: Hi All,        I need to find out MIME type of uploaded files,bocz i have to upload only images,Docx,PPT,PDFs only.       Thanks, Balakrishna T.V   This function is implemented in the latest build.   Article: Enable and disable mimetype checking on ...
    Posted to Ajax Uploader (Forum) by Adam on November 16, 2012
  • Re: FileTypeNotSupportMsg include Filename in the pattern

    Hi KatlimRuiz,   To achieve your requirement, I suggest you verify the file extension in API CuteWebUI_AjaxUploader_OnSelect and custom the verify logic there. like the example below, try to upload a file (not jpg), it should shows the error message format what you ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 18, 2012
  • Re: Compilation error when trying to overload click event

    Wow, you guys respond fast. I love it!   Changing the arguments in the method from UploaderEventArgs to AttachmentItemEventArgs fixed the error. So now my web page runs fine when I press the remove button on the attachment items, but my submit button still stays active even though there are no items in the list.    Does the ...
    Posted to Ajax Uploader (Forum) by trbox on October 4, 2012
  • An Example of a two page upload with Form Variables

    An Example of a two page upload with Form Variables  I have a need for a two page upload method.  Here is what I have existing on my web site and I need to replace the uploader and I would prefer to use AspUploader but from all the forums answers and the sample code I have not seen anything that works or I can get to work. I have an ...
    Posted to ASP Uploader (Forum) by AndrewBarnes on September 9, 2012
  • Multiple File uploads - pepairitem:0 error

    When I try to select multiple files (2000 in number) in Ajax Uploader open dialog then the File Name path becomes empty. If I click open then I get this error as explained in the figure : <--How to get rid of this unwanted  error message? After I click OK, I get another error message "Unable to select so many files at once. The total ...
    Posted to Ajax Uploader (Forum) by sansindia85 on September 6, 2012
  • Re: the Famous : file browsing dialog has been blocked

    Hi afennani, This should be an old bug, can you download the latest version and try again? latest version download url: http://ajaxuploader.com/download/Ajax-Uploader.zip If you still get the same problem with the latest version, please create an example page which can reproduce this issue and send it to Kenneth@CuteSoft.net. I will ...
    Posted to Ajax Uploader (Forum) by Kenneth on August 8, 2012
  • Re: Temp Files Not Found When Deployed to Load Balanced Server

    Hi mediakitchen, In web farm environments, the TempDirectory that you specify must map to a central location, which is saved to by all servers in the farm. This can be done using a virtual directory that maps to a common shared folder on the network.   What I mean the TempDirectory setting ...
    Posted to PHP File Uploader (Forum) by Kenneth on July 26, 2012
  • Re: Method Not Allowed on Upload

    Hi Killianmcc,   1. Please try the latest version below. Does it get the same problem?    Latest version download url: http://ajaxuploader.com/download/Ajax-Uploader.zip    2. Which demo you are testing? The MVC demo? or the others?   3. Can you try the simple page below on your site? Does it ...
    Posted to Ajax Uploader (Forum) by Kenneth on July 26, 2012