i am developing an ASP.NET MVC application and I need a per-user folder with images (including subfolders). I am looking for an easy way to allow managment of such image galerries (folder upload, single image upload, delete, display).
The galery itself isnt the key function of the application and doesnt have to be fancy (no need for comments etc.)
Right now, I am thinking about FTP account for each user. However,
- Is there a way to set size limits from c# code to ftp folder?
- How would “normal user” upload his image folders? Is there any free plugin wrapping up FTP picture managment?
Or is there a more simpler way?
For the size of a folder, use code
Vb.Net
Vb to C# 🙁
Close access to folders on http, Use authorizations membership. Query only accept members own folder. Use authorization to read and write operations..
Sample read : Vb.Net
Convert C# :
I’m sorry for vb.net code