Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Upload > Custom Filename on target location
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered Custom Filename on target location

Feed from this thread
  • Posted on May 27, 2011 (permalink)

    I am using Asynchronous File Upload and is working fine with me. I want to add a mechanism which can change the name of file before writing to target location. For example if a user "Bingo" is uploading a profile picture with a filename originally "mypic.jpg", this should be stored as "bingo.jpg". This will help me avoid overwriting of files on target location. Can anyone share any sample code to accomplish this??

  • Posted on May 30, 2011 (permalink)

    Hello Aamir,

    I have read in forum that, it is not possible to change the file name prior uploading, you can do that after the file is uploaded on the server and before it is saved.

    Check out the forum for more on this.
    Uploading and file names.

    Thanks,
    Shinu.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Upload > Custom Filename on target location