File upload with File - container

Hello
I'm trying to upload a file to a file folder. The upload of the file works, the image is uploaded in the folder en the name of the file is recorded in the database.
The problem is that after uploading, I got a blank screen. When I go back, I can see my table and the values, but when I want to edit the record containg the image, I receive a blank screen.
magic_quotes is ON, I'm not using a specific folder.
When I try the upload example using blob field, there is no problem.
In the apache error acces log, I'v got this error:
[Thu Oct 13 20:41:13 2011] [error] [client 127.0.0.1] PHP Strict Standards: Only variables should be assigned by reference in C:\\xampp\\htdocs\\xataface\\Dataface\\Record.php on line 1911, referer: http://localhost/tct/index.php?-action= ... e=sponsors
anybody an idea what this could be?
I'm trying to upload a file to a file folder. The upload of the file works, the image is uploaded in the folder en the name of the file is recorded in the database.
The problem is that after uploading, I got a blank screen. When I go back, I can see my table and the values, but when I want to edit the record containg the image, I receive a blank screen.
magic_quotes is ON, I'm not using a specific folder.
When I try the upload example using blob field, there is no problem.
In the apache error acces log, I'v got this error:
[Thu Oct 13 20:41:13 2011] [error] [client 127.0.0.1] PHP Strict Standards: Only variables should be assigned by reference in C:\\xampp\\htdocs\\xataface\\Dataface\\Record.php on line 1911, referer: http://localhost/tct/index.php?-action= ... e=sponsors
anybody an idea what this could be?