javascript - How to send all elements of a Form using PLupload?
one text
I have a form with some text fields and two file fields one for image and the second for uploading a video file with a data size of up to 600MB or more, I am using plupload and it worked for a single movie upload quite successfully. I would want all the elements of the form to be available on another PHP file where I can store them in the database and save data. Is it possible using PLupload to send all the elements on processing.php where I can process the data including the movie data and image file?
Source