| Ultrashock Forums
• [php] Uploading Files |
|||
![]() |
||||
| Search this Thread | Thread Tools | Display Modes |
|
|
|||||||||||||||||||||||||
![]() |
Ultrashock Member Comments:
|
2007-01-30
#2 |
||
|
|
2007-01-31
#3 |
||
|
enctype="multipart/form-data" let you upload files with PHP, like JPG files, DOC files, etc......
|
|
|
2007-01-31
#4 |
||
|
I can't tell you how many times I have forgot to put that and banged my head against the wall for 15 - 20 mins before I realized the omission.
|
|
|
2007-01-31
#5 |
||
|
^ Same here....
|
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|


4 comments
| 177 views



Linear Mode
Without that, you'd get it sent as a URL-encoded list of variable/value pairs (&var=value), which makes transferring a file kinda tough...