ezkils 0 Newbie Poster

For example, I want to upload 10 files to a website. However, that site will only allow me to upload 1 file at a time.
I want to write a script that will help me upload those 10 files one after the other on its own.

How many ways can i do this? and which is the easiest way? .

NOTE* I am aware of programs like "Auto-It" to help me achieve this, but i want to do it in javascript for practice. I also have my own website.