Why doesn't Upload catch the possibility that the destination catalog
has no write privileges?
I used to have a class for image uploads with this code sample:
if ($fel==UPLOAD_ERR_OK) {
if (!($flytta_f...@move_uploaded_file($tempfil,$malet))) {
return("Flyttning av filen misslyckades");
} else {
etc
and that works fine. But I can't figure out how that would be done in
or with Zend_File_Transfer.
- [fw-general] File_Transfer move_uploade_file permision de... Bertil Wergelius
- Re: [fw-general] File_Transfer move_uploade_file per... Thomas Weidner
- Re: [fw-general] File_Transfer move_uploade_file... Bertil Wergelius
- Re: [fw-general] File_Transfer move_uploade_... Thomas Weidner
- Re: [fw-general] File_Transfer move_uplo... Bertil Wergelius
- Re: [fw-general] File_Transfer move... Thomas Weidner
