yogiben / meteor-autoform-file

Upload and manage files with #autoForm
MIT License
92 stars 101 forks source link

absoluteSrc, autosave, autoform 5.0.0 #34

Closed jfols closed 8 years ago

mpowaga commented 9 years ago

@jfols What's the advantage of using Meteor.absoluteUrl over href="/url-here"? Frankly I don't see any. Anyway great idea with download attribute and autosave feature.

jfols commented 9 years ago

One advantage is if the form is rendered/sent somewhere outside the context of the Meteor app, in my case an email that contains form submissions--a relative link would go somewhere like gmail.com/url-here

mpowaga commented 9 years ago

That makes sense. Do we need try-catch block?

jfols commented 9 years ago

Probably not, sorry didn't clean that up.

jfols commented 8 years ago

closing due to age and inactivity