-
Notifications
You must be signed in to change notification settings - Fork 452
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
[UI] Single-file upload component #988
Comments
Note for later: it might be nice to remove the "is this a revision" selection option in file upload during submission. It's only relevant later anyway. |
PRs (edited the OMP PR) |
The tests are complaining, both the validation and build phases. Did you want me to take a look at that, @NateWr? See e.g. https://travis-ci.org/pkp/omp/builds/110967289 |
pkp/pkp-lib#988 Streamline plupload controls
pkp/pkp-lib#988 Streamline plupload controls
Everything merged, tests fixed. Thanks, @NateWr! |
Thanks for the cleanup @asmecher! |
Our upload component is large and geared towards multiple file uploads. But it's only ever used for uploading one file at a time. Using the
plupload
API it should be fairly easy to create an upload component that is more intuitive for single-file uploads.This will only be a first step towards improvement of the submission process (see #975).
The text was updated successfully, but these errors were encountered: