#File picker max size

1 messages · Page 1 of 1 (latest)

tawny coral
#

Is there a max size limit the file picker can handle? I want to upload few files of 500 MB to S3 bucket.
I am on appsmith version 1.9.8, self hosted.

river dragonBOT
#

Hey There,

We've registered your query, and our team will get back to you soon.

Regards,
Team Appsmith

atomic siren
#

Hi @tawny coral , the file upload limits sometimes present inconsistencies. In my latest test, these were the maximum sizes I was able to upload to S3.

Appsmith Cloud version: < 27MB
Appsmith Self-Hosted version: <80MB

GitHub Issue: https://github.com/appsmithorg/appsmith/issues/18245

GitHub

Is there an existing issue for this? I have searched the existing issues Description When we try to upload a file to a database that is larger than 20mb the file upload fails, this problem happens ...

tawny coral
#

I am trying to upload a file of 10 mb and it is showing up as blob. I tried giving it directly into the API but there also, it is failing. The error is not clear from the UI I am debugging it

river dragonBOT
#

Hey! Give us some time to look into this.

cc: @atomic siren

tawny coral
#

@atomic siren : Any update on this ?

river dragonBOT
#

Sorry for the delays. Our team still needs some time to check this. We’ll get
back to you as soon as there are any updates.

atomic siren
#

Hi @tawny coral , Appsmith converts files larger than 5 MB to blob files.
You can read more about it in this part of the documentation.
https://docs.appsmith.com/reference/widgets/filepicker

Filepicker widget is used to allow users to upload files from their local machines to any cloud storage via API. Cloudinary and Amazon S3 have simple APIs for cloud storage uploads

tawny coral
#

@atomic siren : I did that and it isn't happening that way. I am getting error when I try to upload files larger than 5MB.

atomic siren
#

Could you show me the query you are executing and the error you get, please?

In addition to the version of Appsmith you are using and if you are in a self-hosted or cloud version

tawny coral
#
  1. appsmith version v1.9.8
  2. Self hosted on digital ocean via docker compose.
  3. I will share the screenshots of the API configuration and the error
river dragonBOT
#

Thanks for this info. @atomic siren

atomic siren
#

Hello @tawny coral , I am attentive to the reception of the screenshots.

tawny coral
#

I am getting content header not matching error

river dragonBOT
#

Hello @rtg, are you trying to load this data to an S3 bucket or some other API?
The error code seems to indicate that some data is being passed incorrectly.

tawny coral
#

SharePoint

#

Resumable upload

#

It isn't incorrect because I have written a python script and I am using the exact same logic to upload and it works. I tested the header limits.

river dragonBOT
#

Thanks, I'll need some time to investigate this.

river dragonBOT
#

Hi, would it be possible for you to add [email protected] to your workspace,
so I can debug this better?