Click to See Complete Forum and Search --> : Please Help!!!! Upload form needed


yonibensimon
05-27-2003, 04:48 PM
I'm building a website as an assignement and i need a script for uploading files to a server. This means that users on the site can add a file to my server.

brendandonhue
05-27-2003, 05:02 PM
Javascript does not upload files to a server.

Use a server-side language (PHP, ASP, CGI) or just run an FTP server with anonymous logins and upload priviliges.

khalidali63
05-27-2003, 05:02 PM
You'd need some sor of server side coding for this purpose.JavaScript does not have this ability.