The short answer is no. You need some server-side scripting language to handle the uploaded image (that is, to do something with it; save it, mail it, whatever). So, unless you have a PHP-enabled business hosting account, you can’t handle file uploads.
That said, here is an overview of handling file uploads with PHP:
The short answer is no. You need some server-side scripting language to handle the uploaded image (that is, to do something with it; save it, mail it, whatever). So, unless you have a PHP-enabled business hosting account, you can’t handle file uploads.
That said, here is an overview of handling file uploads with PHP: