LPology / Simple-Ajax-Uploader

Javascript file upload plugin with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
995 stars 267 forks source link

Upload images using script #97

Closed ksos closed 8 years ago

ksos commented 9 years ago

Hi all,

first of all thanks for all contributors.

I am trying to automatize the upload using a script (CasperJS). Normally i use this code to upload file : this.page.uploadFile('input[type="file"]', fileName);

but it does not work here. do you have any clue about how can i do that?

thank you

LPology commented 8 years ago

Sorry for the long delay in responding. I am not familiar with CasperJS.