Return change file name

Last post 11-18-2013, 5:54 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  11-15-2013, 8:39 AM 78373

    Return change file name

    How to return the change file name on server to browser back.

     

  •  11-18-2013, 5:54 AM 78376 in reply to 78373

    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 the file name before it save to your server.

     

    More details about method "CopyTo" and "MoveTo" please refer to http://phpfileuploader.com/document/scr/Choose-upload-method.htm 

     

    Regards,

     

    Ken 

View as RSS news feed in XML