Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 12 hours ago.
开发者_C百科 Improve this question<label>Upload Photos *max 5<br/>
<input type="file"
name="file"
multiple />
hello I have created a html input of file and upon uploading file and submitting this form I want to push all the images to an array then send a POST request with said images. I am unfamiliar in how html stores these images and what I can do to access and modify the uploaded data. I currently have an onSubmit handler function for the form but am stuck there.
精彩评论