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.

Reply via email to