-1

I have this form where i ultimately want to be able to upload several files, and those files will appear in a textarea tag right underneath. How do i upload files using javascript?

dave
  • 14,991
  • 26
  • 76
  • 110
  • this might help you : [similar question](http://stackoverflow.com/questions/166221/how-can-i-upload-files-asynchronously-with-jquery) – Dharmesh Apr 12 '11 at 05:07

1 Answers1

2

The easy path is go with a plugin. Here is an upload plugin for jQuery library.

suhair
  • 10,895
  • 11
  • 52
  • 63