perak / kitchen-examples

Meteor Kitchen examples
164 stars 115 forks source link

upload doesn't show the file #36

Open kiralikbeyin opened 8 years ago

kiralikbeyin commented 8 years ago

upload doesn't show the file.. tried 500kb-2000kb jpeg and png files..

http://example-upload.meteorfarm.com

perak commented 8 years ago

@kiralikbeyin Currently, there are images shown in the gallery. Also, I just uploaded a file and it is shown... do you have any errors in the console?

kiralikbeyin commented 8 years ago

Hi Perak,

Meteor-Kitchen is awesome thank you for sharing.

OK 2 MB is too large...

[Error] Error: "Queue" failed [413]

413 Request Entity Too Large

413 Request Entity Too Large


ng... [undefined], r@http://example-upload.meteorfarm.com/f8bcc8c55ca276bd4065a695062b3b4daef85a57.js?meteor_js_resource=true:5:3343 http://example-upload.meteorfarm.com/f8bcc8c55ca276bd4065a695062b3b4daef85a57.js?meteor_js_resource=true:179:3621 http://example-upload.meteorfarm.com/f8bcc8c55ca276bd4065a695062b3b4daef85a57.js?meteor_js_resource=true:179:976 http://example-upload.meteorfarm.com/f8bcc8c55ca276bd4065a695062b3b4daef85a57.js?meteor_js_resource=true:3:8379 onreadystatechange@http://example-upload.meteorfarm.com/f8bcc8c55ca276bd4065a695062b3b4daef85a57.js?meteor_js_resource=true:179:2272 runTaskDone (f8bcc8c55ca276bd4065a695062b3b4daef85a57.js:177:4185) r (f8bcc8c55ca276bd4065a695062b3b4daef85a57.js:177:5139) (anonim işlev) (f8bcc8c55ca276bd4065a695062b3b4daef85a57.js:179:3610) (anonim işlev) (f8bcc8c55ca276bd4065a695062b3b4daef85a57.js:179:977) (anonim işlev) (f8bcc8c55ca276bd4065a695062b3b4daef85a57.js:3:8380) onreadystatechange (f8bcc8c55ca276bd4065a695062b3b4daef85a57.js:179:2273)
perak commented 8 years ago

Looks like file size constraint... I'll check what I can do later today when I reach my computer again.

kiralikbeyin commented 8 years ago

Ok thank you. Your upload about db is looking good :+1:

When will you publish it?