Error for file upload
-
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
-
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
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.
-
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
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 )
-
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
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