File Upload

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rohit111111
    New Member
    • Mar 2007
    • 48

    #1

    File Upload

    Hello,
    I want to uploa the user image but before upload i have to change the file name for example
    If user uploade file pic1.jpg than i have save this image with file name pic1_1.jpg
    means i have to append userID with file name
  • dorinbogdan
    Recognized Expert Contributor
    • Feb 2007
    • 839

    #2
    You could rename the file right after it is saved.
    See this thread.

    Comment

    • SammyB
      Recognized Expert Contributor
      • Mar 2007
      • 807

      #3
      Originally posted by Rohit111111
      Hello,
      I want to uploa the user image but before upload i have to change the file name for example
      If user uploade file pic1.jpg than i have save this image with file name pic1_1.jpg
      means i have to append userID with file name
      The UserId is obtained by System.Environm ent.UserName.

      Comment

      Working...