-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
show the file #148
Comments
i doubt this works with the latest meteor, a ton of errors |
Your question is so terse it's difficult to know what you are asking. This package works fine with the latest Meteor. If you are new to file-collection, I suggest you start with one of the working sample apps: https://github.com/vsivsi/meteor-file-sample-app |
Great, I will try again and report the results, thankyou.
…On Wed, Nov 30, 2016 at 7:34 PM, Vaughn Iverson ***@***.***> wrote:
Your question is so terse it's difficult to know what you are asking. This
package works fine with the latest Meteor. If you are new I
file-collection, I suggest you start with one of the working sample apps:
https://github.com/vsivsi/meteor-file-sample-app
https://github.com/vsivsi/meteor-file-job-sample-app
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#148 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAs5zz3eP5ofojSfU3I5vkbXfvlxu1TBks5rDkBZgaJpZM4LA5nr>
.
--
-----
Fight back spam! Download the Blue Frog.
http://www.bluesecurity.com/register/s?user=c3Bvd2FnZTI3NTk%3D
|
I came from the collectionFS camp that was left deprecated, so my patience
wore thin with
claims that this would easily replace it.
Pasting the example code into a new empty project yields this.
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.dataEntries = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
upload.js:51 Uncaught TypeError: $.cookie is not a function(…)
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.userId = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.loginToken = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.link = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.shortFilename = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
blaze.js?hash=983d07a…:68 Warning: Assigning helper with `
Template.collTest.id = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.owner = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.uploadStatus = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.uploadProgress = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.isImage = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
http://localhost:3000/gridfs/myData/d41d8cd98f00b204e9800998ecf8427e Failed
to load resource: the server responded with a status of 403 (Forbidden)
http://localhost:3000/gridfs/myData/_resumable?resumableChunkNumber=1&resum…ame=carferry.jpg&resumableRelativePath=carferry.jpg&resumableTotalChunks=1
Failed to load resource: the server responded with a status of 403
(Forbidden)
6http://localhost:3000/gridfs/myData/_resumable Failed to load resource:
the server responded with a status of 403 (Forbidden)
…On Wed, Nov 30, 2016 at 8:04 PM, Mark Spowage ***@***.***> wrote:
Great, I will try again and report the results, thankyou.
On Wed, Nov 30, 2016 at 7:34 PM, Vaughn Iverson ***@***.***>
wrote:
> Your question is so terse it's difficult to know what you are asking.
> This package works fine with the latest Meteor. If you are new I
> file-collection, I suggest you start with one of the working sample apps:
> https://github.com/vsivsi/meteor-file-sample-app
> https://github.com/vsivsi/meteor-file-job-sample-app
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#148 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AAs5zz3eP5ofojSfU3I5vkbXfvlxu1TBks5rDkBZgaJpZM4LA5nr>
> .
>
--
-----
Fight back spam! Download the Blue Frog.
http://www.bluesecurity.com/register/s?user=c3Bvd2FnZTI3NTk%3D
--
-----
Fight back spam! Download the Blue Frog.
http://www.bluesecurity.com/register/s?user=c3Bvd2FnZTI3NTk%3D
|
your coffee script example works perfectly !!
is it easy to use a file upload button ? instead of drag& drop ?
amazing great job.
i regret all the effort with collectionFS now !!!
…On Wed, Nov 30, 2016 at 8:19 PM, Mark Spowage ***@***.***> wrote:
I came from the collectionFS camp that was left deprecated, so my patience
wore thin with
claims that this would easily replace it.
Pasting the example code into a new empty project yields this.
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.dataEntries = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
upload.js:51 Uncaught TypeError: $.cookie is not a function(…)
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.userId = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.loginToken = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.link = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.shortFilename = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
blaze.js?hash=983d07a…:68 Warning: Assigning helper with `
Template.collTest.id = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.owner = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.uploadStatus = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.uploadProgress = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.isImage = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
http://localhost:3000/gridfs/myData/d41d8cd98f00b204e9800998ecf8427e
Failed to load resource: the server responded with a status of 403
(Forbidden)
http://localhost:3000/gridfs/myData/_resumable?
resumableChunkNumber=1&resum…ame=carferry.jpg&resumableRelativePath=
carferry.jpg&resumableTotalChunks=1 Failed to load resource: the server
responded with a status of 403 (Forbidden)
6http://localhost:3000/gridfs/myData/_resumable Failed to load resource:
the server responded with a status of 403 (Forbidden)
On Wed, Nov 30, 2016 at 8:04 PM, Mark Spowage ***@***.***> wrote:
> Great, I will try again and report the results, thankyou.
>
> On Wed, Nov 30, 2016 at 7:34 PM, Vaughn Iverson ***@***.***
> > wrote:
>
>> Your question is so terse it's difficult to know what you are asking.
>> This package works fine with the latest Meteor. If you are new I
>> file-collection, I suggest you start with one of the working sample apps:
>> https://github.com/vsivsi/meteor-file-sample-app
>> https://github.com/vsivsi/meteor-file-job-sample-app
>>
>> —
>> You are receiving this because you authored the thread.
>> Reply to this email directly, view it on GitHub
>> <#148 (comment)>,
>> or mute the thread
>> <https://github.com/notifications/unsubscribe-auth/AAs5zz3eP5ofojSfU3I5vkbXfvlxu1TBks5rDkBZgaJpZM4LA5nr>
>> .
>>
>
>
>
> --
> -----
> Fight back spam! Download the Blue Frog.
> http://www.bluesecurity.com/register/s?user=c3Bvd2FnZTI3NTk%3D
>
--
-----
Fight back spam! Download the Blue Frog.
http://www.bluesecurity.com/register/s?user=c3Bvd2FnZTI3NTk%3D
--
-----
Fight back spam! Download the Blue Frog.
http://www.bluesecurity.com/register/s?user=c3Bvd2FnZTI3NTk%3D
|
oops these errors are from the not updated sample from another author
timoabend/meteor-file-sample-app-js#1
…On Wed, Nov 30, 2016 at 8:19 PM, Mark Spowage ***@***.***> wrote:
I came from the collectionFS camp that was left deprecated, so my patience
wore thin with
claims that this would easily replace it.
Pasting the example code into a new empty project yields this.
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.dataEntries = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
upload.js:51 Uncaught TypeError: $.cookie is not a function(…)
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.userId = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.loginToken = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.link = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.shortFilename = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
blaze.js?hash=983d07a…:68 Warning: Assigning helper with `
Template.collTest.id = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.owner = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.uploadStatus = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.uploadProgress = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
blaze.js?hash=983d07a…:68 Warning: Assigning helper with
`Template.collTest.isImage = ...` is deprecated. Use
`Template.collTest.helpers(...)` instead.Blaze._warn @
blaze.js?hash=983d07a…:68
http://localhost:3000/gridfs/myData/d41d8cd98f00b204e9800998ecf8427e
Failed to load resource: the server responded with a status of 403
(Forbidden)
http://localhost:3000/gridfs/myData/_resumable?
resumableChunkNumber=1&resum…ame=carferry.jpg&resumableRelativePath=
carferry.jpg&resumableTotalChunks=1 Failed to load resource: the server
responded with a status of 403 (Forbidden)
6http://localhost:3000/gridfs/myData/_resumable Failed to load resource:
the server responded with a status of 403 (Forbidden)
On Wed, Nov 30, 2016 at 8:04 PM, Mark Spowage ***@***.***> wrote:
> Great, I will try again and report the results, thankyou.
>
> On Wed, Nov 30, 2016 at 7:34 PM, Vaughn Iverson ***@***.***
> > wrote:
>
>> Your question is so terse it's difficult to know what you are asking.
>> This package works fine with the latest Meteor. If you are new I
>> file-collection, I suggest you start with one of the working sample apps:
>> https://github.com/vsivsi/meteor-file-sample-app
>> https://github.com/vsivsi/meteor-file-job-sample-app
>>
>> —
>> You are receiving this because you authored the thread.
>> Reply to this email directly, view it on GitHub
>> <#148 (comment)>,
>> or mute the thread
>> <https://github.com/notifications/unsubscribe-auth/AAs5zz3eP5ofojSfU3I5vkbXfvlxu1TBks5rDkBZgaJpZM4LA5nr>
>> .
>>
>
>
>
> --
> -----
> Fight back spam! Download the Blue Frog.
> http://www.bluesecurity.com/register/s?user=c3Bvd2FnZTI3NTk%3D
>
--
-----
Fight back spam! Download the Blue Frog.
http://www.bluesecurity.com/register/s?user=c3Bvd2FnZTI3NTk%3D
--
-----
Fight back spam! Download the Blue Frog.
http://www.bluesecurity.com/register/s?user=c3Bvd2FnZTI3NTk%3D
|
Yes, you can use a traditional file upload button instead of drag-and-drop. You can do so either using resumable.js or an old fashioned form-based mime/multipart POST upload. If you search the issues on this repo you can find others doing this. For example, see: |
is the latest example showing the image.
what code will show and image from mongo ?
The text was updated successfully, but these errors were encountered: