About the upload of a file via php Post method

Status
Not open for further replies.

cargasx1

New Member
Messages
1
Reaction score
0
Points
1
Well, I create a page that clicking a button can upload files, but the time I upload one it doesn't appear in the file directory. I have a free account so that means that I can't upload files??
 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
I'm not sure how much knowledge you're working with here, so we'll start with the basics: adding a file upload control (input type="file") to a page will add a file to a POST request, but that's not enough. You need to run code to move the file to the desired location.
 
Status
Not open for further replies.
Top