|
Search
You searched for the word(s): IE 9 upload
Showing page 112 of 656 (6,557 total posts)
< 1 second(s)
-
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.
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
Hi shaunw,
You can custom the queue table to achieve it. The example below shows you how to custom the queue ...
-
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 ...
-
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 ...
... 112 ...
|
|
|