Jump to content

html and uploading


JoZhA

Recommended Posts

Uploading files is needed when your server is on a different computer then the one you got the files on. If you say your server is on your localhost that means it's your own computer and you can just put the files in the directory your server sofware requires you to.Ruud Hermans

Link to comment
Share on other sites

Uploading files is needed when your server is on a different computer then the one you got the files on. If you say your server is on your localhost that means it's your own computer and you can just put the files in the directory your server sofware requires you to.Ruud Hermans
well i know this but what about when some1 else wants to upload something lets say pictures
Link to comment
Share on other sites

well i know this but what about when some1 else wants to upload something lets say pictures
Either you could set up an anonymous (or not anonymous) FTP server that people can log into so that they can upload files to your computer.Otherwise, if you use PHP or .NET, you could build a form which allows users to upload files.http://us3.php.net/features.file-upload (PHP Manual)http://www.tizag.com/phpT/fileupload.php (PHP Tutorial)http://www.codeproject.com/aspnet/fileupload.asp (ASP.NET Tutorial)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...