form-data; name="0"; filename="paris.jpg" and if io choose 2 images then data is :- Content-Disposition: form-data; name="0"; filename="paris.jpg" Content-Disposition: form-data; name="1"; filename="france.jpg" and if 3 files:- Content-Disposition: form-data; name="0"; filename="paris.jpg" Content-Disposition: form-data; name="1"; filename="france.jpg" Content-Disposition: form-data; name="2"; filename="india.jpg" and so on... that means input type file name is increasing how can i move all the files i choose how to fetch file names with increasing images choosed $filename = $_FILES['0'] $filename = $_FILES['1'] and so on..
Answers
Answered by
11
Answer:
REFER TO THE ATTACHMENT
Attachments:
Answered by
2
Answer:
Java programs are frequently asked in the interview. These programs can be asked from control statements, array, string, oops etc. Java basic programs like fibonacci series, prime numbers, factorial numbers and palindrome numbers are frequently asked in the interviews and exams.
Attachments:
Similar questions