Error When Uploading File
I keep getting ERROR: Please browse for a file before clicking the upload button. when selecting an image file to upload. Im trying to acheive uploading a file onchange instead of
Solution 1:
Your form is missing the required enctype="multipart/form-data"
attribute for uploading files.
Post a Comment for "Error When Uploading File"