Code

Discussion on AWS Amazon S3 - Direct Native Multipart File Transfer

Discussion on AWS Amazon S3 - Direct Native Multipart File Transfer

By
Cart 63 sales

Berkine supports this item

Supported

This author's response time can be up to 2 business days.

24 comments found.

Was this really just updated? I don’t see any changes posted in the changelog.

Yes it was, it contains new license verification mechanism, which is good for you, but requires reinstall of the script.

Did it fix any known bugs to the system? Mine frequently had problems uploading—It says 100% when uploading or sending files on the front-end, but on the backend, no uploads acrually ever occur. I thought a fresh install would help, but it had the same issues. I don’t know if this new version fixed any issues or updated any older components to the latest development versions.

We are not aware of any issues, please create a support ticket with further details here: https://support.berkine.dev/, make sure to have a valid support as yours was expired couple years back.

Hello, I’ve successfully installed and integrated your software with Amazon S3. However, I’m encountering an issue with image and video uploads on the Android browser. The upload process often fails to complete within the expected time, and the download link with a popup doesn’t appear. This problem doesn’t occur with other file types like mp3 or pdf. I also noticed the same issue in your demo. Can you provide a solution? **Urgent

Hi,

It is not a mobile application, something in your mobile browser might be timing out during file transfer. We don’t see any issues on iphone safari browsers.

Looks like the seeder for adsense didn’t kick in. We will fix that.

can we use it for storj api its support aws sdk

how can i change endpoint url ?

storj has different endpoint url

Integrating another vendor is outside the scope of this script. If you still have a valid support plan, send us a support request.

Be nice to see your demos. Site for admin demo does not load…

Hi,

Use the link the description, or here is the direct link for admin panel of this script: https://amazons3filetransfer.berkine.space/s3/admin/login.php

login: admin, pass: 123456

The admin link in the description leads to: https://envato.berkine.cloud/s3-filetransfer/admin which does not work, it times out and not found.

Was just reading comments and see you are updating to larvel which will not work out for my project. Sad:(

Hey Berkine, when is the new update coming?

Hi,

It is currently work in progress, will be released Dec-Jan timeframe.

The file is uploaded with the same real name, and if someone uploads a file with an existing name, the file will be replaced How to generate a random name for each file

Hi,

It is fixed in the next upcoming update, we are working a completely new version on Laravel Framework, TBD – Sep-Oct.

Couldn’t get this to work, support doesn’t answer email

Sorry, we might have missed you, I found your email, send us your cpanel credentials, let’s see what is the issue. Did you configure your AWS account as explained in the docs?

Problem solved, thank you.

Great!

Works with S3 compatible service like DO Spaces or not?

May be, we never tested with Spaces before…

Hi, do you plan to add Idrive cloud as it is based on the same code?

Does the file get directly uploaded to Amazon without temporary file on my server?

Checkout your comment for personal file manager, answers would be the same

Ok thanks 1- Do you plan to add recaptcha v3? 2- What is the diff between this script and aws-amazon-s3-multipart-uploader? https://codecanyon.net/item/aws-amazon-s3-multipart-uploader/26194445

1 – not at the moment, but with the new version in Laravel in the future

2 – multipart uploader script, verifies integrity of each uploaded file chunk and the integrity of final merged file.

Nice script! I’m wondering if it would be possible to show a preview of the uploaded images in the list rather than just the name?

It would be even better to have a gallery of pictures, I do have hundred of images in my S3 bucket and I’m looking for a software to easily browse them, seems like your script almost have everything I need except for the image previews.

Is it possible to share an image privately using tokens that expire over time?

Hi,

Thanks for the interest.

To answer your questions:

- yes, image and video preview will be included on the next update.

- gallery of image viewer will not be implemented as it will be waste of egress traffic (and AWS charges you for all egress traffic). Since all files are stored on S3 Bucket only, to implement client side JS gallery, it will need to have access to all images at once before showing it, hence will need to download in advance. So we will implement simple image viewer which pulls image based on whichever you want to view.

- to share images privately, you can use private singed link with custom expiration time.

and you add a download page to download files where we can display some ads ?

Unfortunately it is not planned currently, perhaps in future updates.

But it doesn’t mean that you can’t modify it by yourself at anytime and add as many as you need. Code is fully yours to edit and customize.

next update ??

It is currently work in progress

Can you add support to MP4 and MP3 files?

Thank for the purchase!

Support in what sense, can you explain a bit more? You can obviously add & upload audio file formats…

can you add on more place advertisement on page bottom ?

There are no plans currently for it, but we will consider it one of the future updates.

There Are Some Basic Features Missing: 1. there is no option to set logo, favicon ? 2. when the user shares the link the file gets download instantly can show ads over there also because there are only to ad positions ?

There is a change on how AWS expects the CORS rules to be defined. It now expexts it in JSON format. I tried this instead of the one you have in the documentation and it worked:

[ { “AllowedMethods”: [ “GET”, “PUT”, “POST”, “HEAD”, “DELETE” ], “AllowedOrigins”: [ ”*” ], “ExposeHeaders”: [ “ETag” ], “MaxAgeSeconds”: 30000 } ]

Thanks for letting us know.
We will update the documentation during next update.

can we replace the amazon link with a our own domain ?

Thank you for your purchase.

We are currently on a vacation, back on 4th. Before I answer your question, let us do some testing when we will be back, there is a way, but not sure how convenient it is or easy to implement.

Presale question: Hi, In Backend in “File Uploads Table” I see no way to identify the sender e.g. by his email address. Is this hidden because of demo mode or is this feature not available? Thinking of disabling the receiver’s email address input to forward this to a static mail address. Would this be possible for me with mean PHP knowledge? I see that this script is the newest of your three AWS S3 scripts here at Codecanyon and found no features which are unique for one of the three scripts. So, if I buy this one, do I have to dispense a main feature from the other two AWS S3 scripts? Thank you for your answer.

Only File Transfer has backend admin panel, rest of our S3 scrips do not.

I would suggest taking a look at feature titles, there are 2, one specific for the script, the other one is general benefits of S3 that you can set on your bucket through AWS console. All of the features you mentioned, such as: storage classes, intelligent-tiering, are just FYI of generic features of S3. They cannot be set/configured via this script.

Having chunk size change based on the file size is not there, but you are good with PHP and JS, can be done, has to be changed/edited manually to fit your needs with this feature.

Ok. Last presale question (again), “3. Verify Integrity of each File Part”” “4. Verify Integrity of total Uploaded File” These benefits are only mentioned at “AWS Amazon S3 – Multipart Uploader”. Am I right, that this is of course working for “AWS Amazon S3 – File Transfer” too?

No, integrity verification is only for Multipart Uploader, if it was supported on other versions(like File Transfer), then of course we would mention it in their descriptions/features list.

Integrity verification is a bit complex to add it to File Transfer with the visual table as we did in the demo for Multipart Upload, which can upload many files in parallel with various chunks. But doesn’t mean that it is not doable with manual customization, although have to warn you that significant editing needs to done to isolate one verification process from the other in case if you want to combine them…

Hi! So this program works like wetransfer? I test it but when uploading 5 files it only upload 1, and are small files like images.

Hi,

If compared to wetransfer, more or less should be the same concept I guess. Never used wetransfer before.

Try again the demo, I’ve just verified with uploading multiple small and large files, works as expected.

Thanks! Could you mount it on aws server for additional $?

Can you send us an email at berkinedesign@gmail.com to discuss the details.

Hi I have a site, where user upload deigital product to sell. Now in my site, user uploaded image files goes to S3, but the Zip file do not go. Actually the developer created the system that way. but I want to auto upload both image and zip file to S3, can you help me with this, thanks.

Hi,

Can you send us more details on: – site developed in which language/framework, etc – are these just standard size zip files, or heavy files(at least 2-3GB in size) – where do zip file go currently?

You can reply directly to our email address: berkinedesign@gmail.com and we will let you know if we can help or not.

Hey bro, I have sent you a email with details, can you please check and you can directly reply to my email, Thanks.

Hi,

Will respond to your email later today.

Great work ! one question WASABY support ?

Thank you for the feedback!

No, it doesn’t support Wasabi, we will create a separate product for Wasabi with its own monitoring tools otherwise there are many features which are not really compatible between S3 and Wasabi despite the fact Wasabi claiming the opposite, so stay tuned.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey