Add files through webpage

Discussion in 'Site Programming, Development and Design' started by asmtony, Mar 21, 2013.

  1. Hi, I am trying to allow the web page user to add images to a folder mydomain/userimages where mydomain is the root of the website. But i get an error. I assume that IIS does not have the permissions to do this? If this is correct how can I allow this activity?
    Thanks
     
  2. Elshadriel

    Elshadriel Winhost Staff

    What's the error message generated, and how did you deploy your site?
     
  3. error

    Thanks for your reply.
    Basically it's telling me that the ASP.NET user does not have permissions to save files in the folder. I am deploying the ASP.Net page via ftp (windows explorer) drag and drop. I am trying to allow the user to save images into a folder on the site from clicking a button on the web page (just a test page at the minute).

    Thanks again.
     
  4. Last edited by a moderator: Oct 14, 2015
  5. Thanks for your reply.

    It was FTP. I have never used web deploy? I will take a look at the link and let you know how I get on.
     
  6. Hi,
    The link is classic asp but I am using c# ASP.Net
     
  7. Thanks for your help. I have managed to do it. There was no permission issue, sorry. Just bad code... :(
     
  8. ComputerMan

    ComputerMan Winhost Staff

    Glad you worked out your problem and thank you for letting us know.
     

Share This Page