Search

You searched for the word(s): Uploader
Showing page 12 of 328 (3,276 total posts) < 1 second(s)
  • Re: Ajax Uploader - ManualStartUpload="true"

    Hi mchamo, Please try the example below. Function ''CuteWebUI_AjaxUploader_OnSelect'' will fire before the uploader control postback to the server. So you can execute your own script code in it before the ''FileUploaded'' event. <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 15, 2011
  • 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: Changing filename....

    Hi,   Please check the example page below, it shows you how to change the upload file name with method CopyTo(). mvcfile.FileName means use the original file name, if you want to change to other name, then just change there ...
    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: Saving filename with GUID

    Hi serran,   I suggest you use method "CopyTo" to handle the upload file store location and the new file name. Then you can save it to any folder and use any name you need. The example below shows you how to achieve it.   mvcfile.FileName is the original file name, you can change it directly. Like ...
    Posted to ASP Uploader (Forum) by Kenneth on August 28, 2013
  • Re: Manual Upload - So I can upload file and save fields

    Hi derekml, You can find all source code of the demo in the php uploader demo package. Demo package download url: http://www.cutesoft.net/downloads/folders/52443/download.aspx  I also attached the manual start upload example code ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 25, 2012
  • Re: how rename for files at display level(useri nterface)

    Hi sruthi123, You can custom the queue table to achieve it. The examle below show you how to do that. <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to ASP Uploader (Forum) by Kenneth on January 18, 2012
  • Re: Styling attachments table

    Hi Jerry2, Try the example below <%@ Language=''VBScript'' %><!-- #include file=''aspuploader/include_aspuploader.asp'' --><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''><html xmlns=''http://www.w3.org/1999/xhtml''><head> <title> Form - ...
    Posted to ASP Uploader (Forum) by Kenneth on December 22, 2011
  • Re: How to insert a complete message to the script after done it ALL the uploads?

    Dear ahcool82,   Please refer to the following snippet:   <?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 Eric on May 21, 2011
« First ... < Previous 10 11 12 13 14 Next > ... Last »