tomitrescak / meteor-uploads

MIT License
295 stars 41 forks source link

[Question] How can I programatically upload the files without the user have to click the upload button? #187

Closed dmeneses closed 8 years ago

tomitrescak commented 8 years ago

Just put autoStart to true. This will not render the Start button and file will start uploading automatically. Please read the documentation.

dmeneses commented 8 years ago

Sorry but in any place in the documentation mention the autoStart.

AcceleratedWebSolutions commented 8 years ago

autoStart can be added where?

tomitrescak commented 8 years ago

<upload_bootstrap autostart="true" /> will do the trick. I'll have to update the documentation.

AcceleratedWebSolutions commented 8 years ago

Thanks, that worked like a charm!