hello,
i test your library, and il really work like i want however, i have some problems with error return from file upload.php
in fact I download your demo and your sample php file upload.php and i have adapted it.
When I have an error that coming from upload.php the only error witch is return is the HTTP ERROR with message 500.
i test it with the same file uploaded and i have the same error. how can i change the answer from upload.php to explain to the user what is the problem (to be more explicit).
I know that HandleError function in upload.php must return the message but i think it don't work correctly.
here is the function.
function HandleError($message) {
header("HTTP/1.1 500 Internal Server Error");
echo $message;
}
i use the swf file f9
i use the swf file f9