Jump to content

Upload Image to a Directory on my Server?


Dethman

Recommended Posts

hey guys I need to know how to upload an image to a directory on my site I know it has something to do with this but not sure how to get it done:

 

copy($_FILES[image][tmp_name], "uploaded_pics/$NewImage");

 

How would I do this its very important,

 

 

Thank You Very Much,

 

Brian Flores CEO,

NimbusGames,llc

 

 

 

It can be a bit involved. You can read a tutorial. This forum is for discussing very specific issues. So, if you have an issue with an upload code you have, then post form and code and state exactly what the problem is.

 

But if you haven't even created anything substantial yet, then read some tutorials:

 

http://www.htmlgoodies.com/beyond/php/article.php/3472551

 

http://www.tizag.com/phpT/fileupload.php

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.