Answered
PHP File Upload
I have done a really simple php file upload. However, when it
uploads it uploads where the upload.php file is at. Is there a way
to upload it into a different file folder?
Right now it gets uploaded to "/media/randImages/" becuase in that folder there is the upload.php
When I upload I want the upload.php to direct the image to "/media/randImages/people/"
How is this done?
Thank you.
AdonaiEchad
-----------------------
Right now it gets uploaded to "/media/randImages/" becuase in that folder there is the upload.php
When I upload I want the upload.php to direct the image to "/media/randImages/people/"
How is this done?
Thank you.
AdonaiEchad
-----------------------
