File upload problem
Posted: Thu Oct 17, 2002 1:05 pm
Hi guys!
the following script, which is part of a FORM input:
correctly opens the file selection dialog box if the data base field type is 'blob' as intended but it actually loads the path to the file as a string instead of the file itself!
Any iideas why?
the following script, which is part of a FORM input:
Code: Select all
elseif ((mysql_field_type ( $result , $i )) == 'blob')
echo"<TD><INPUT TYPE="FILE" NAME="new_stuffї$i]"></TD>";Any iideas why?