How can I save an image from a file input field using PHP & MySQL?
Posted
by ccc
on Stack Overflow
See other posts from Stack Overflow
or by ccc
Published on 2010-04-14T01:37:47Z
Indexed on
2010/04/14
1:42 UTC
Read the original article
Hit count: 326
How can I save an image safely from a file input field using PHP & MySQL?
Here is the input file field.
<input type="file" name="pic" id="pic" size="25" />
© Stack Overflow or respective owner