Search

You searched for the word(s): IE 9 upload
Showing page 112 of 656 (6,557 total posts) < 1 second(s)
  • Upload a specific files from Zip File.

    Hello Forum, I want to upload specific extension files e.g. ''.txt'' from a zip file. and i want those files to show up in my attachment. right now for uploading file i am using args.Item.CopyTo(SaveDirectory) path.  Help is greatly appreciated. Thanks,Anand.
    Posted to Ajax Uploader (Forum) by aparikh@quickparts.com on January 5, 2010
  • Re: Retrieving name of file?

    Hi,   please check the example page bleow, it shows you how to get the upload file name. mvcfile.FileName is the upload file name what you ...
    Posted to ASP Uploader (Forum) by Kenneth on September 22, 2016
  • Re: ASPUploader - File Overwrite

    Hi,   If you want to voerwrite the same name file, then please do not use "SaveDirectory" setting to save the upload file. You can use method "CopyTo()" and "MoveTo()" to handle the upload file store location and file name. Below is the example to use these ...
    Posted to ASP Uploader (Forum) by Kenneth on November 12, 2014
  • Re: Get uploaded real file name!!!

    Hi Gianluca,   For now has not the option to get this new file name. I suggest you handle the upload file store file name by method "CopyTo()", so you can always get the correct file name. The example page below shows you how to use method CopyTo to handle the upload file store location and the file ...
    Posted to Ajax Uploader (Forum) by Kenneth on April 4, 2014
  • Re: Return change file name

    Hi manishdubey21211,   If you are using property "SaveDirectory" to save the upload file, then can not get the new file name after uploaded. I suggest you use method "CopyTo" and "MoveTo" to handle the upload file store location and the file name, so you can get the new name because you can get and set ...
    Posted to PHP File Uploader (Forum) by Kenneth on November 18, 2013
  • Re: Form Keeping State

    Hi openmdpractice,   I just tried on demo http://phpfileuploader.com/demo/form-keepingstate.php again, the submit button did not clean the attachment list. Can you try on this demo page too?   By the way, you can try the start upload manually example here http://phpfileuploader.com/demo/form-manualstart.php, it will start the upload ...
    Posted to PHP File Uploader (Forum) by Kenneth on September 16, 2013
  • Re: Special Chars in Filename like ü, ä, and space = " "

    Hi DaveMan,   I suggest you handle the upload file store location and the new file name by method "CopyTo". Like the example below, it will save the upload file with the original file name. in that line, you can change the file name to any value you need. $mvcfile->FileName is the original file ...
    Posted to PHP File Uploader (Forum) by Kenneth on August 20, 2013
  • Re: Style the Files loading table

    Hi shaunw,   You can custom the queue table to achieve it. The example below shows you how to custom the queue ...
    Posted to ASP Uploader (Forum) by Kenneth on October 8, 2012
  • Re: Ajax Uploader - DialogFilter works in IE not in firefox ?

    Hi shawndg, 1. Please install the silverlight or flash plug-in for your firefox browser. 2. You can see all the file type in the select file dialog, but once you choose the file for upload, the uploader control will shows you the message, file type do not allow. And will disable the upload. We achieve the filter function on ...
    Posted to Ajax Uploader (Forum) by Kenneth on April 6, 2012
  • Re: Setting max files

    Hi fchristensen, Please try the example below, it shows you how to limit the upload files to 5. <?php require_once ''phpuploader/include_phpuploader.php'' ?><?php session_start(); ?><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''><html ...
    Posted to PHP File Uploader (Forum) by Kenneth on January 13, 2012