i need help in devising a system to have a file submission system thru the intranet…
we have a server where we want users to upload their files along with some information like username etc and that file to be saved on the server..
what do u think wud be the best way to do it??
i guess it wud be easy to do this thru a webpage most probably using asp…
wud that be possible??
or can i use plain html for this purpose??
any help (codes wud be even better)???
thanx
Re: intranet file submission
There was an asp upload module that would plugin to sites, available a while ago that I saw in action. Don't have a link for you though.
Re: intranet file submission
used this in one of my project way back when…
Huge ASP upload with progress bar and free pure asp file upload script.
There prolly are better options available today.
Re: intranet file submission
Does anyone know of similar modules for php? upload files and better file handling?
Re: intranet file submission
thanx tofi and LC
i'll give this link u gave a try....
NaMaan
6
Re: intranet file submission
You can write a small script in PHP and upload files . In database you can store the file path, name, size , time , user name, description .
Btw if it is only this much then its hardly 2 hours project . :)