function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
vdasvdas 

Uploading zip files into Amazon

Hi,
I am trying to upload a zip file from salesforce to Amazon s3. The file is taken as input from user(as blob) and then encoded into base 64. This base encoding makes the string size grater than 3MB. As the maximum size of String allowed is 3MB, i am unable to upload zip files greater than 3 MB.
Also, even if i do upload the file without using salesforce, i need to read the zip file after uploading it. This is not posssible in Amazon without downloading the zip file again.
 
Is there any work around for this? Any help would be appreciated.
Thanks in advance.

Ankit AroraAnkit Arora

I am also facing bit similar kind of problem but I am using flex to upload file in Amazon S3.

 

 

Thanks
Ankit Arora

 

Shravani M 9Shravani M 9
Hi.. Now I am able to upload multiple files to Amazon but now I need to upload an entire zip file of pictures into Amazon from salesforce. May I know how can I achieve this.

Thanks In Advance