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

File Upload #56

Open
frnco opened this issue Jun 30, 2014 · 3 comments
Open

File Upload #56

frnco opened this issue Jun 30, 2014 · 3 comments

Comments

@frnco
Copy link

frnco commented Jun 30, 2014

How do we set the path for the uploaded file? If there's a way, this should be documented, if there isn't, I suggest we flag this as a feature, I'm gonna need it and I have no problems building it into express-admin and making the pull request. :D

@simov
Copy link
Owner

simov commented Jun 30, 2014

Take a look at the

"app": {
    "upload": "/upload/folder"
}

here
Is this what you looking for

@frnco
Copy link
Author

frnco commented Jun 30, 2014

Are there any ways to use parameters to change the upload path for different areas?

If not, do you thing of a good way to approach this? Such as defining a complementary upload path directly on the file control...?

@simov
Copy link
Owner

simov commented Jun 30, 2014

Probably specifying additional settings key is a good option, I'll think about it, currently it's not possible.

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