Welcome Guest, Not a member yet? Register   Sign In
Problem with file upload on edit page
#5

[eluser]El EmiZ[/eluser]
Try.
Code:
if ($_FILES['myfile']['error'] == UPLOAD_ERR_OK) {
// save to db code here
}

Hmmm... Just a small precaution, but make sure that in the database table your 'file' field is "NULL" and no "NOT NULL".

=)

Good luck.


Messages In This Thread
Problem with file upload on edit page - by El Forum - 11-12-2008, 04:40 PM
Problem with file upload on edit page - by El Forum - 11-13-2008, 10:45 AM
Problem with file upload on edit page - by El Forum - 11-13-2008, 03:22 PM
Problem with file upload on edit page - by El Forum - 11-14-2008, 03:00 AM
Problem with file upload on edit page - by El Forum - 11-14-2008, 05:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB