Search

You searched for the word(s): upload'A=0
Showing page 189 of 656 (6,557 total posts) < 1 second(s)
  • Error 406

    Hi guys, Thanks for this really cute uploader!But I've a question. I have downloaded the lastest build, installed in my website, and try ...
    Posted to PHP File Uploader (Forum) by abuzed on March 22, 2010
  • Re: custom queue table

    John,   You need copy the data when the OnPostback event fired, and maintain the table by your self.   If you don't use AJAX, the page will be submit and then all javascript data will be lost.   So you should use AJAX.   There's two primary AJAX :   1 - Microsoft AJAX , so you need maintain the ...
    Posted to Ajax Uploader (Forum) by cutechat on March 15, 2010
  • iis windows temp error

    using demo.phpfirst run presents button for upload -  uploadertemp & session id created before select files button is pressed once a file a selected - Server side exception, failed to upload Joe.jpg Debug Information:mkdir() [<a href='function.mkdir'>function.mkdir</a>]: File exists, failed to make ...
    Posted to PHP File Uploader (Forum) by irondude on February 3, 2010
  • Re: Ajax-based-File-storage demo

    Hi,   The filename/description is design for ajax uploader v1 , for that version uploader do not support multiple files uploading.   It just use the specified filename when rename the file at the event handler.   the event handler code is this :   protected void Uploader1_FileUploaded(object sender, ...
    Posted to Ajax Uploader (Forum) by cutechat on December 20, 2009
  • add files to the uploader through javascript without using the browse window

    hi all,   How can i add files to the uploader through javascript without using the browse window?  I have some files in my client machine I want it to upload it using ajax uploader with out having any user interferance. When user click upload button the code should automatically select those files and add to the ajax-uploader and ...
    Posted to Ajax Uploader (Forum) by akkuissac@yahoo.com on November 5, 2009
  • add custom form items (text area, option buttons, drop list)

    Hi there,       Is it possible to add more form items like  (text area, option buttons, drop list) ??   I want to create an upload form for my customers to add this information later in the database, so they can choose:   1. The category of the file/files they want to upload  (drop down list)   2. ...
    Posted to PHP File Uploader (Forum) by alnadabi on October 13, 2009
  • Default view does not show remove-button

    Is this normal? or am I doing something wrong?  UploadAttachments uploader = new UploadAttachments();                             uploader.ShowCheckBoxes = ...
    Posted to Ajax Uploader (Forum) by Rincewind on September 30, 2009
  • Two copies of a file gets uploaded

    Hi,I have a file upload event handler, void Uploader_FileUploaded(object sender, UploaderEventArgs args)     {         if (GetVisibleItemCount() >= 3)             return;         using ...
    Posted to Ajax Uploader (Forum) by pmehta1 on August 26, 2009
  • Howto keep progressbar visible

    I use the uploader just to upload 1 file at the time. But when I click the insert button, the file is uploaded and the progressbar is showing. After uploading is completed, the progressbar unfortunatly dissapears.   Some users have a fast upload speed (and the files are not that big) and the bar flashes up and is gone again, which is ...
    Posted to Ajax Uploader (Forum) by Leonos on July 22, 2009
  • 2GB Maximum File Size

    I need to upload photos which can now be 4GB so I don't think I can use the Ajax Uploader. Other systems can do it so I am not sure why this one cannot but I have seen the post saying it is a limitation of the browser.   But say I did want to use it, I have had problems before where the ISP has set the maximum request size down at 1GB in ...
    Posted to Ajax Uploader (Forum) by redware on June 15, 2009