PDA

View Full Version : Uploading file programmatically


blevblev
02-22-2004, 09:21 AM
I need to allow certain users to upload file to the server. I added a folder /portalvbvs/photos to my app. I then used the control panel to give write access to it. When I try the upload I get:

'Access to the path "e:\web\sweethillsc\htdocs\portalvbvs\photos\horse1 .jpg" is denied'

Is this the correct server path for me to use?

Thanks,
Bob Levittan

bruce
02-23-2004, 02:35 AM
Do you have FP enabled?

FP sometimes mess up the permission inheritence which cause the permission manager to report the wrong data.

Create a support ticket and support should be able to validate permission for you.

[b]quote:Originally posted by blevblev

I need to allow certain users to upload file to the server. I added a folder /portalvbvs/photos to my app. I then used the control panel to give write access to it. When I try the upload I get:

'Access to the path "e:\web\sweethillsc\htdocs\portalvbvs\photos\horse1 .jpg" is denied'

Is this the correct server path for me to use?

Thanks,
Bob Levittan
</blockquote id="quote"></font id="quote">

tinatoledo
05-06-2006, 11:51 AM
I am having this same problem.. any luck??