tomitrescak / meteor-uploads

MIT License
295 stars 41 forks source link

403 Forbidden http://localhost:3000/upload #174

Closed RamEduard closed 8 years ago

RamEduard commented 9 years ago

Hello. My name is Ramón Serrano and i'm developing an app in meteor and added this package to upload profiles images.

The error is that package doesn't let me upload a picture. That's what seems to happen from the console browser. Throw a 403 Forbidden error. That means I do not have permission to execute the action like client obviously. Which seems odd since I followed the steps for configuring the package, both server and client side.

I need resolve this issue please. Thanks.

jamc92 commented 9 years ago

+1

tomitrescak commented 9 years ago

Please, check write premissions to the output directory. Also, make sure that .tmp direcotry exists and is writable.

RamEduard commented 9 years ago

i did chmod 777 -R .uploads and chmod 777 -R app-folder

And nothing. Same issue. File is to small, 403 Forbidden error.

tomitrescak commented 8 years ago

Ramon, not sure how can I help. This really has something to do with the configuration of your server. Make sure that both the upload directory and the temp directory is created. LEt me know if you have resolved your issue. I just did a fresh download and test of the solution and all works as expected. If not, I will need a repro application. Thanks.