- uploading files is trivial
- first, the source code
- now, the result
- $_FILES['uploadfile']['tmp_name']
- $_FILES['uploadfile']['name']
- $_FILES['uploadfile']['size']
- $_FILES['uploadfile']['type'] is untrustworthy...
- is_uploaded_file()
- move_uploaded_file()
INDEX
PREVIOUS
Master Index