0

I am searching complete example with code for Really simple jQuery Ajax File Upload plugin but after visiting Download links there is no complete code with example. Pls guide from where I could get ..

PHP Ferrari
  • 15,038
  • 26
  • 81
  • 147
  • Thanks but this helped me: http://stackoverflow.com/questions/10899384/uploading-both-data-and-files-in-one-form-using-ajax – PHP Ferrari Jan 22 '13 at 12:13

3 Answers3

1

I used this Ajax uploader to upload form content with file attachments

Deadlock
  • 1,547
  • 1
  • 19
  • 34
0

take a look at blueimp here

very simple and available on github

Satya
  • 8,420
  • 5
  • 33
  • 52
  • Thanks but it is not as per my requirements. If u check my url it is a form with different fields + file. that is what i need. – PHP Ferrari Jan 22 '13 at 08:21