class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
more info about the class
like this: www.domain.se/upload_page.php?errorcode=123
Then display it on the page upload_page.php like:
Theres a error: "if $errorcode='123' == ''show this'"
And take that info from the translation file.
if i do like this:
$WriteError = "". $handle->error ."";
and use it like this: header("Location: "upload_page.php/?msg=".$WriteError."");
i get the error message in the url. Not the best solution.
so, the best would be to get the "$translation['uploaded_missing']" in the url...
but how do i get that from error? ". $handle->error ."";