Upload extra slot

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Citizen99
Forum Commoner
Posts: 32
Joined: Wed Dec 24, 2003 6:52 am
Location: Where noone understand me...

Upload extra slot

Post by Citizen99 »

I make a form to upload files. On the beging u choose how many files u want to download, etc. It works but I want to give option to make an extra slots. For example I want to upload 10 files click continue attach the files (by input type=file... name, value etc) and then realize that I need 2 more slots how to add them without "losing" the files I already selected?
I know that the easiest solution is upload these 10 and start one more time with uploading 2 extra files, but I want to do that at the same time :]
THX for help. Sorry for my english :]
?>
User avatar
vigge89
Forum Regular
Posts: 875
Joined: Wed Jul 30, 2003 3:29 am
Location: Sweden

Post by vigge89 »

javascript
but since i don't know it, i'm no use for u :?
Post Reply