Click to See Complete Forum and Search --> : upload files to a web site


pawlicki
09-14-2003, 09:36 PM
I want to have some people upload a file to a web site once a week. I like the java script file located at:

http://javascript.internet.com/forms/upload-filter.html

However I do not know how to pass my username and password with this script on to the web site to let the script user upload a file.

The site I want to use does have it's own file manager that I could have these people use but then they have full access to that site same as me and I want to restrict the use to upload only.

Any ideas - I am not a programer.

Thanks John Pawlicki

xataku_nakusute
09-14-2003, 10:41 PM
sorry, but this is javascript youre talking bout here....its not server side.
if anything, id recommend either using php or some other server side lang, or simply have the people email you the file and you upload it yourself. however....one of my sites...is using cpanelx for my file management and theres something on it to create up to 5 ftp connections from users to my file manager. with it, all i need to do is ask the people what username and password they want, create an ftp connection for that person, and then voila, they can upload(ONLY) files to my site.

pawlicki
09-15-2003, 09:19 AM
Thanks for the come back. What is the url of the site that uses "cpanelx".

thanks