Hi,
I have a little bit problems here. Perhaps anyone can help me out. Straight to the problem:
I can upload 1 picture file with on textfield on the webpage in one form. But how I can upload 2 picture file with 2 textfield with browse button in each textfield in one form. I will give my sourcecode to view, if theres someone will help me out.Thanks.
Best regards...
How Upload 2 picture file with 2 textfield???
Started by joola, Jul 09 2008 01:53 AM
1 reply to this topic
#1
Posted 09 July 2008 - 01:53 AM
|
|
|
#2
Guest_Jordan_*
Posted 09 July 2008 - 04:40 AM
Guest_Jordan_*
Move to correct forum.
Use an array in your HTML to upload multiple files and loop through them it in PHP. For Example:
Post your HTML and PHP code and we can help you further.
Use an array in your HTML to upload multiple files and loop through them it in PHP. For Example:
<input name="uploadedfile[]" type="file" /> <input name="uploadedfile[]" type="file" />
Post your HTML and PHP code and we can help you further.


Sign In
Create Account

Back to top









