Hello,
Is is possible to upload files without using AJAX?
I've tried but the files array in PHP ($_FILES) comes out empty after form submit (I've added both action and enctype="multipart/form-data" attributes to the form in the example).
So far I've found an alternative script that does this but it's less user-friendly and I'd prefer to use this one if possible.
Hello,
Is is possible to upload files without using AJAX?
I've tried but the files array in PHP ($_FILES) comes out empty after form submit (I've added both
actionandenctype="multipart/form-data"attributes to the form in the example).So far I've found an alternative script that does this but it's less user-friendly and I'd prefer to use this one if possible.