Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Error for file upload

Error for file upload

Scheduled Pinned Locked Moved ASP.NET
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    saravanan05
    wrote on last edited by
    #1

    hi friend i upload the file below error occured... Access to the path 'D:\aesweb\WebSite\Images\banner_bulb.gif' is denied. regards saravanan

    Known Is Drop.Unknown Is Ocean

    R C A 3 Replies Last reply
    0
    • S saravanan05

      hi friend i upload the file below error occured... Access to the path 'D:\aesweb\WebSite\Images\banner_bulb.gif' is denied. regards saravanan

      Known Is Drop.Unknown Is Ocean

      R Offline
      R Offline
      Rajeesh MP
      wrote on last edited by
      #2

      if you r using Ajax u need to give trigger tag for that upload control. otherwise change that file('D:\aesweb\WebSite\Images\banner_bulb.gif) property readonly false.

      1 Reply Last reply
      0
      • S saravanan05

        hi friend i upload the file below error occured... Access to the path 'D:\aesweb\WebSite\Images\banner_bulb.gif' is denied. regards saravanan

        Known Is Drop.Unknown Is Ocean

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #3

        Apparently, you don't have access to that file. Perhaps you might consider telling us what code causes this error, and when it happens. Saying 'I upload the file' doesn't tell us much. Did you try to upload a new file to your images folder and then access it ? How did you try to access it ?

        Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )

        1 Reply Last reply
        0
        • S saravanan05

          hi friend i upload the file below error occured... Access to the path 'D:\aesweb\WebSite\Images\banner_bulb.gif' is denied. regards saravanan

          Known Is Drop.Unknown Is Ocean

          A Offline
          A Offline
          Abhijit Jana
          wrote on last edited by
          #4

          saravanan05 wrote:

          i upload the file below error occured... Access to the path 'D:\aesweb\WebSite\Images\banner_bulb.gif' is denied.

          It may be cause of user does not have the write permission on that folder. Possible Solution : 1. Give the write access to that folder. 2. [If you have deployed it in IIS] Create a separate application pool, change its identity of local system, assign that application to your virtual directory. Your problem will be resolved.

          cheers, Abhijit CodeProject MVP

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups