Hey all,
I need to build a file upload form. It will be a used to back up random files to a web server from anywhere. As for security, it will be very basic. Private URL, file size limit, and only certain file extensions.
I have one that I am tweaking in PERL, and have also seen PHP and Jquery options as well.
If you had to build a form like this, what would you code it in?
Thanks

