Skip to content
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

upload multiple files with carrierwave error #1464

Closed
cuihq opened this issue Sep 28, 2014 · 3 comments
Closed

upload multiple files with carrierwave error #1464

cuihq opened this issue Sep 28, 2014 · 3 comments

Comments

@cuihq
Copy link

cuihq commented Sep 28, 2014

I upload 2 jpg flies in a field,so carrierwave talk 'extension_white_list_error'.

<input type="file" name="xxx" multiple/>

here is ruby code:

def extension_white_list
   %w(jpg jpeg gif png)
end

what's up? Please fix it,Thanks!

@cuihq
Copy link
Author

cuihq commented Sep 28, 2014

If the html file input is a multiple files, the mount_uploader field should be an array with urls.

@avgerin0s
Copy link
Member

I don't understand exactly your problem. Can you provide more information such as:

  • Your uploader
  • How did you mount it
  • What did you do to get the error

Thanks

@cuihq
Copy link
Author

cuihq commented Mar 24, 2015

I commited the issue on 28 Sep 2014.
@jnicklas have added the features( Multiple file uploads)., and @bensie merged it on 17 Oct 2014.
The problem is out of date.
Not at all.(#1481)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants