class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
more info about the class
See all posts See thread Reply
<input type="file" size="32" name="my_field" value="" /> <input type="hidden" name="action" value="image" /> <input type="submit" name="Submit" value="upload" />
I should have been done by myself...
Here is the content of the array :
Array ( [name] => [type] => [tmp_name] => [error] => 4 [size] => 0 )
I think this error is finally due to my field...
It's still a simple form:
What should I use here?
Thanks!
Are you sure your form tag has the property enctype="multipart/form-data"?