Hello.
Ok I get a problem.
I can't read file (jpg) when using sme 6.01.
I made a script and test it locally (winxp) on my wamp server (apache, php 4.3, mysql4) and it works fine.
But asap I'm uploading it on my server, the line below when echo don't display anything (my $data var is empty)... WHY?
$data = addslashes(fread(fopen($file['tmp_name'], 'rb'), $file['size']));
When I'm doing a return of file_exist($file['tmp_name']) i get true. So the file is ok and the path too.
Any Idea?
I'm using on my sme php 4.1.2 and mysql 4.20.
Thx a lot.
