-
Notifications
You must be signed in to change notification settings - Fork 2k
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
visual feedback on choosing & uploading "the right file" #61
Comments
Yeah, good idea! Icons are great, preview once the file is ready or even while uploading (if it’s an image?), progress for each file. Have to account for multiple files though, what if we get like 50, should we not show individual icons & progress then, or should we show just a few. |
It seems Dropzone advertises:
Perhaps we should indeed check out how they evolved to handle this? |
@kvz good to hear :-) Preview images of each file may have an impact if not build with care for this load. It's simply like a new font character. No matter which size is used/shown. |
regarding progress bar or similar one should be easily be able to find a solution with no performance problems. |
Since this was only meant to help the user have a fast positive feeling by "confirming having chosen the right file", there are some information summed up regarding feedback on "Uploading Progress" see #62 |
That's good to know! I think using font icons is the way to fly here then. Let's indeed keep this issue about the 'file selection feedback', and #62 for proposals on 'uploading progress feedback'. |
just forget something because it was clear that it should be this way:
but also This is especially important if one do not have a suitable preview => the question occurs: which file did I have uploaded? Is it the right one? |
We'll consider this for the preview stage, thank you! |
just some Pro arguments for using icons instead of image previews:
just two additional thoughts: |
just added some more pro arguments in list above... |
some pro arguments using not only "name.ext" but also icon or preview:
btw: ...and for the spread and adoption of this great project: |
maybe a very quick fix optimization for all case where there is no preview/special icon available: |
Showing filesize before upload would be helpful... |
we just use this snippet to visualize file types via font awesome in another project...
|
Thanks, that’s definitely helpful! |
It's always nice to have some visual feedback, if one is doing right (choosing right file)
Of course a preview of a file after upload is nice,
but it's more important to have a confirmation for doing right as early as possible in upload process.
This could done by showing
To enhance visualisation of filetye and have a good fitting, nice looking "symbol" for a file during (from very first start) and after successful upload
maybe one can make it easy to use font awesome icons for this.
e.g.
zip, rar,... https://fortawesome.github.io/Font-Awesome/icon/file-archive-o/
mp4,mov,... https://fortawesome.github.io/Font-Awesome/icon/film/
mp3, wav,... https://fortawesome.github.io/Font-Awesome/icon/file-audio-o/
photos, images,... https://fortawesome.github.io/Font-Awesome/icon/file-image-o/
pdf https://fortawesome.github.io/Font-Awesome/icon/file-pdf-o/
txt https://fortawesome.github.io/Font-Awesome/icon/file-text-o/
php, html,... https://fortawesome.github.io/Font-Awesome/icon/file-code-o/
excel https://fortawesome.github.io/Font-Awesome/icon/file-excel-o/
word https://fortawesome.github.io/Font-Awesome/icon/file-word-o/
powerpoint https://fortawesome.github.io/Font-Awesome/icon/file-powerpoint-o/
The text was updated successfully, but these errors were encountered: