Jhanger Gul
Jhanger Gul
is there any update over this issue?
I simply override this function and additional message for the Postgres connection close.
same is happening for me, any finding/luck over it ?
the form helper options is expecting :types key which has not been passed def multipart_uploader_form(options = {}) uploader_digest = S3Multipart::Uploader.serialize(options[:uploader]) html = file_field_tag options[:input_name], :accept => options[:types].join(','), :multiple => 'multiple',...
Yes I have forked and patched the gem for my need. There are other issues as well so also make them fix like a real big file of some gigs...
You can use following in your Gemfile, as i am also using below line. gem 's3_multipart', :git => "https://github.com/JahangerGull/s3_multipart.git", :branch => 'dev' Still there are some pause issues that are...
Well don't have any idea that there is any public app at the moment or not, though i am able to configure this gem with couple of patches. Can you...
yes things are confusing here. Try these https://github.com/JahangerGull/s3_multipart_example http://s3-multipart-eg.herokuapp.com/file_upload/new Only one thing is missing S3 keys and bucket name, bucket name is to be given in 2 files one in...
What is the file size you are trying to upload ? there is min 5 MB file size limit from S3 side. Please confirm else will add proper setup on...
Yes, i forgot to run migrations, please try to upload now on heroku server it should work, just tested a 20MB mp4 file. In JS console you will be able...