vForums Support > Programming & Coding :: Programming Discussion :: > Simple PHP image upload script
Simple PHP image upload script - Posted By ashkir (ashkir) on 21st Jan 10 at 5:47am
Does anyone have a quick short and sweet image upload script? I don't want the bells and whistles like passwords, etc. Just a friend needs to upload images, but doesn't want to use FTP. I'd just assign a random file name like afr6asfg5as4s.php to upload from and just remove when she no longer needs to upload.
I found one but it converts everythign to .jpg and I don't like that.
ANyone else know another that supports .jpg .png .gif that isn't an admin panel? Just needs to upload to a selected directory.
Re: Simple PHP image upload script - Posted By Michael (wrighty) on 21st Jan 10 at 8:45am
Do you need it to check the filetype?
Or simply just upload it?
Re: Simple PHP image upload script - Posted By ashkir (ashkir) on 21st Jan 10 at 8:58am
Just upload it. I trust the person that is going to use it. :]