We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, @serverfire ! This plugin is really awesome. Congratulations for the work.
I have one question: you have any ready solution for fields where will be upload multiple files?
For example:
Posts table title, content: string;
PostImages table post_id: foreign; photo: file;
So if i'm adding a new Post, i can see one field called "Post images", where is a with multiple="true", or Dropzone.js (maybe).
I'm creating a field for this, i just want to know if the community has one solution ready for this.
Thanks for all!
The text was updated successfully, but these errors were encountered:
In my opinion this feature involves rapyd (that is included in LaravelPanel).
I'm relatively new to backend development in Laravel, but in this case I think that a possible way consists in the development of a specific CRUD that includes DropzoneJS http://www.dropzonejs.com/ or a jquery plugin like this: https://blueimp.github.io/jQuery-File-Upload/
on the MySQL side we need to store a JSON record to a TEXT or JSON field (it depends on the version of MySQL).
Sorry, something went wrong.
No branches or pull requests
Hi, @serverfire ! This plugin is really awesome. Congratulations for the work.
I have one question: you have any ready solution for fields where will be upload multiple files?
For example:
Posts table
title, content: string;
PostImages table
post_id: foreign;
photo: file;
So if i'm adding a new Post, i can see one field called "Post images", where is a with multiple="true", or Dropzone.js (maybe).
I'm creating a field for this, i just want to know if the community has one solution ready for this.
Thanks for all!
The text was updated successfully, but these errors were encountered: