On Friday 16 April 2004 20:35, Anthony Ritter wrote:

> I know that there is no binary file upload to the table called binary_data
> in mysql database since I checked if there was a new entry through the
> command line after I submit.
>
> After I hit submit, the field that I inserted are blank.
>
> Any other thoughts?

You have two possible problems here:

1) The file upload is not working properly
2) The file is uploaded but is not inserted

Find out what your problem is and take it from there. If you don't know how to 
determine your problem:

manual > Error Handling and Logging Functions
print_r()
var_dump()

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Pie are not square.  Pie are round.  Cornbread are square.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to