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

Input-Files #12

Closed
dustin-H opened this issue Jan 22, 2016 · 0 comments
Closed

Input-Files #12

dustin-H opened this issue Jan 22, 2016 · 0 comments
Assignees

Comments

@dustin-H
Copy link
Owner

This will be the InputFile module.

The API will be designed to match LoopBack Storage Component REST API.

Upload Single and Multiple Files

File/Image will be uploaded to a certain container and file-name. Both can get generated by a template, which can include the original file-name and timestamp.

Example:

props: {
   filenameTemplate: 'myFile_${ originalName }_${ timestamp }.${ ending }',
   containerTemplate: 'container_:id', // can also include route params
}
@dustin-H dustin-H added this to the Core modules milestone Jan 22, 2016
@dustin-H dustin-H self-assigned this Jan 22, 2016
@dustin-H dustin-H modified the milestones: Core modules, Public Repository Jan 25, 2016
dustin-H added a commit that referenced this issue Mar 9, 2016
dustin-H added a commit that referenced this issue Mar 9, 2016
dustin-H added a commit that referenced this issue Mar 9, 2016
dustin-H added a commit that referenced this issue Mar 10, 2016
dustin-H added a commit that referenced this issue Mar 11, 2016
@dustin-H dustin-H changed the title Input-File(s) + image cropping Input-File(s) + ~image cropping~ Mar 11, 2016
@dustin-H dustin-H changed the title Input-File(s) + ~image cropping~ Input-Files Mar 11, 2016
This was referenced Mar 11, 2016
dustin-H added a commit that referenced this issue Mar 11, 2016
dustin-H added a commit that referenced this issue Mar 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant