express-admin icon indicating copy to clipboard operation
express-admin copied to clipboard

File Upload

Open frnco opened this issue 11 years ago • 3 comments

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

frnco avatar Jun 30 '14 03:06 frnco

Take a look at the

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

here Is this what you looking for

simov avatar Jun 30 '14 06:06 simov

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...?

frnco avatar Jun 30 '14 14:06 frnco

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

simov avatar Jun 30 '14 19:06 simov