Setting the destination of an uploaded file

J

John

Hi all,

How do I programmatically save an uploaded file (using the File Field
control) to a sub folder of a web site.

I've tried specifying ..SaveAs("~Uploads/" & "fielname") but it keeps
looking in for a c:\Windows\System32\Uploads folder.

I've created the uploads folder within the site and set the permissions
correctly.

Regards
John.
 
J

Joerg Jooss

John said:
Hi all,

How do I programmatically save an uploaded file (using the File Field
control) to a sub folder of a web site.

I've tried specifying ..SaveAs("~Uploads/" & "fielname") but it keeps
looking in for a c:\Windows\System32\Uploads folder.

I guess you're referring to HttpPostedFile.SaveAs()? Shouldn't that be
"~/Uploads" BTW?

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,438
Messages
2,571,699
Members
48,796
Latest member
Greg L.
Top