I'm building a website (no CMS or framework) that needs a contact form with a file uploader. I've already written a PHP script for a standalone contact form, but I'm not sure how to go about connecting it with a file uploader that will store the files on the server and will also work on mobile devices.
Since I'm not very experienced in this topic, my questions are:
Any advice would be greatly appreciated. Thanks!
Uploading files without a framework is made quite easy with w3's guide: