
Originally Posted by
djr33
What you are describing will not be simple to create. You could use an existing system that does all of this for you or dive right in to learn PHP or another serverside language, and probably a database language like MySQL too.
The first problem though is that if you are using the service of an external host, then you may not be able to modify what their server does. So how to you plan to add this on top of the existing system? Have you checked with the service provider to see if they can offer a solution?
The good news is that in terms of usability none of this should be a big problem. Your users will see a browse button and select a file. Then they will click "upload" (or a similarly named button) and the file will take a minute to process (as it transfers) then the page will reload and the file will be available on the server. All organization will take place in the server such as where the files are organized, etc., and then the users can see whatever you design such as a link with images or download links.
Bookmarks