Menu

#41 Upload BLOB's

open
nobody
None
5
2002-07-18
2002-07-18
No

My database has a field for a graphic image, stored in
a BLOB.
It would be nice if PHPMyEdit would recognize the
binary BLOB type, and treat it differently from TEXT.

For display, the binary BLOB should be a link.
For upload, this simple HTML does it:

<INPUT TYPE="FILE" NAME="FILE1">
<INPUT TYPE="SUBMIT" NAME="SUB1" VALUE="Upload File">

Discussion


Log in to post a comment.