media upload directory for image gallery user control
I've written a simple C# user control to have an image gallery with multiple albums.
Basically it looks at /media/gallery/ and then each directory is an album.
It works fine if I create the structure via ftp. However I was hoping there would be a way to use the "media" upload functionality to allow the users to create or upload to a particular album.
Obviously when you upload with the media control it creates id-xyz.jpg
Is there a way to control this so that a user could upload to /media/gallery/album1 etc...
The default behavior is fine for "page images" but I need a "static" path for the image gallery.
media upload directory for image gallery user control
I've written a simple C# user control to have an image gallery with multiple albums.
Basically it looks at /media/gallery/ and then each directory is an album.
It works fine if I create the structure via ftp. However I was hoping there would be a way to use the "media" upload functionality to allow the users to create or upload to a particular album.
Obviously when you upload with the media control it creates id-xyz.jpg
Is there a way to control this so that a user could upload to /media/gallery/album1 etc...
The default behavior is fine for "page images" but I need a "static" path for the image gallery.
Thanks for any help.
is working on a reply...