-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
how do i get the source code so that i can modify the max file size from 20mb to 40mb? #3278
Comments
What do you need to modify? Image uploads? |
I was just looking at making the maximum file size that the server can hold be larger than 20MB. i have some audio files that ti want to store on the server that will be downloaded by user and played in the app.
at the moment 20MB per file is the most i can upload through the dashboard.
… On 24 Dec 2016, at 3:32 am, Gregg Mojica ***@***.***> wrote:
What do you need to modify? Image uploads?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#3278 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AXdeoBsAMV8HxsGL66x8CzyRjeGjaEnyks5rLAWXgaJpZM4LUgne>.
|
So you are trying to upload the file? Files uploaded through the server must edit the nginx file limit. |
Yeah just manual uploading, there should be no need to programatically uploading such large files.
i am unsure what this nginx file is or how to get to it. I have the bitnami server running on amazon ec2 and haven’t come across that browsing through the contents with the SSH.
… On 24 Dec 2016, at 6:45 am, Gregg Mojica ***@***.***> wrote:
So you are trying to upload the file? Files uploaded through the server must edit the nginx file limit.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#3278 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AXdeoNQrzvJwA133gyZPhX-budpJT8fgks5rLDLxgaJpZM4LUgne>.
|
thank you!
… On 24 Dec 2016, at 6:45 am, Gregg Mojica ***@***.***> wrote:
So you are trying to upload the file? Files uploaded through the server must edit the nginx file limit.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#3278 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AXdeoNQrzvJwA133gyZPhX-budpJT8fgks5rLDLxgaJpZM4LUgne>.
|
@Pupoo was your issue solved? Can we close it? |
i was offered a solution but i do not think it will work for my current set up. Currently using bitnami parse server on AQS ec2 so there does not seem to be a way of modifying these config files. when logging into the server via ssh the only config file that is available is server.js and this can not be modified without crashing the server.
… On 27 Dec 2016, at 10:09 pm, Natan Rolnik ***@***.***> wrote:
@Pupoo <https://github.com/pupoo> was your issue solved? Can we close it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#3278 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AXdeoLTKkvKuZMSBxctw_2PzqEsBDwMQks5rMP_cgaJpZM4LUgne>.
|
@Pupoo I recommend you one of the following things: Checking if you are able to change the If you want more customization, and they are not able to provide you a good answer on how to modify that property, I suggest you to deploy your own instance of Parse Server directly on EC2 or Heroku, for example. This way you can customize it according to your needs and have a better control. Take a look at the Parse Server Example project. As this is not a issue in Parse Server itself - |
how do i get to the source code so that this can be modified?
The text was updated successfully, but these errors were encountered: