Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I'm trying to create a file manager interface. I want it so the user can create a new directory and then start uploading files to that directory.

 

Obviously, I need to give the newly created directory write permission before files can be uploaded. How to do this?

 

Thanks much...

  • *Experts*
Posted

So long as you set the ASP.NET application to have write permissions to all subfolders

of the main folder, you should be able to write to it. The person visiting the site isn't

actually writing files directly to the server; they are uploading the files to your

application, which in turn writes them to the server itself.

"Being grown up isn't half as fun as growing up

These are the best days of our lives"

-The Ataris, In This Diary

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...