tomitrescak/meteor-uploads

UploadUrl per upload form ?

Closed this issue · 1 comments

rXp commented

Hello,

I'm looking for a way to have multiple different forms on my website and they must upload at different places.
Can I init several instances of Uploader ? If I can, how can I tell each form that I want them to POST at specific URL ?

Thanks for the help,

rXp

The only way I can see this work is to set the Uploader.uploadUrl in one of the callbacks. Should be pretty straightforward.