Re: how can i delete the selected image?

  •  02-05-2012, 11:58 PM

    Re: how can i delete the selected image?

    Hi Ger,
     
    Method $mvcfile->Delete(); use to delete the temp file. If you use the line below to save the upload file. Then you need to write you own code to delete this file. Because it already save into your custom store folder. The php uloader has not the delete method in-build to delete it.
     
    $path = "C:\wamp\www\multiupload\savefiles" . $mvcfile->FileName;  
     
    Regards,
     
    Ken 
View Complete Thread