You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Peter Dawn <pe...@gmail.com> on 2006/09/08 07:14:20 UTC

File copy - Access denied error

guys,

i am trying to implement a file upload function within my web app. now
i am allowing the user to select a file using a browse button and then
when they click upload, i copy it to a set folder on my server.

however when i try to implement it i am getting a Access is denied
error. I am using standard fileoutstream.

uploadData = new FileOutputStream("C:\Share\");

any ideas.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org