PHP

Uploading a file



$uploadedImage = new Upload($_FILES['uploadImage']);

if ($uploadedImage->uploaded) {
$uploadedImage->Process(‘myuploads’);
if ($uploadedImage->processed) {
echo ‘file has been uploaded’;
}
}

Share

Thanks for reading my blog. If you like what I write, why not subscribe to my feed?

If you are busy, I can send the latest post to your email. Just subscribe to my email updates.

 

Enter your email address:

Delivered by FeedBurner

Discussion

No comments for “Uploading a file”

Post a comment