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

How to put uploaded files into collection with related user/post id? #38

Open
gsshakil opened this issue Aug 1, 2017 · 0 comments
Open

Comments

@gsshakil
Copy link

gsshakil commented Aug 1, 2017

Hi, i've added the package and copied the code from example-app. How i can submit the uploaded files into a collection when it comes with other fields in a form.
<form id="add-project"> <div class="form-group"> <label for="title">Project Title</label> <input type="text" class="form-control required" id="title" name="projectTitle" placeholder="Project Title"> </div> <div class="form-group"> <label for="upload">Upload Files</label> {{>dropzone url="/upload" id="template-helper"}} </div> <div class="form-group"> <button type="submit" class="btn btn-primary btn-block">Submit</button> </div> </form>

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

1 participant