Hi,
I am writing a page that require user to upload multiple files at once.. Instead of the html upload interface, i was wondering if it possible to use a <textarea> and have the user type out a list of files to be uploaded (with its associating path)..
I am able to parse in the list of paths into an array.. but i have no idea how to actually "upload" them from user HD to server.. any ideas?
thanks.