-
Notifications
You must be signed in to change notification settings - Fork 1.3k
App shouldn't try to upload non-image files to commons #1654
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
Comments
I believe this is a feature, not a bug. |
I didn't think of this as a feature as the app doesn't seem to be advertising itself to be allowing uploads anything other than images, does it? It doesn't seem to be allowing the users to chose anything other than images through the main user interface. Further one of my tests to confirm whether this is a bug or not was trying to upload a mp3 file along with an image. The upload of the mp3 file failed though commons added support for mp3. Maybe this issue was closed prematurely I suppose? |
I guess this would need to be discussed in the more specific context of adding support for specific formats. For instance, we have #4 for videos (as an interesting point of note, that issue is currently our oldest unsolved issue ;)). The end goal is to allow these other formats, but we don't have the resources to implement that at the moment. I wonder what the demand would be for uploading mp3s, videos, etc? I haven't received too many requests for it, compared to other features. |
I'm not a veteran commons uploader to comment about this. :) I filed this issue not with the motive of adding support for non-image file formats but with the motive of improving the user experience of the user trying to share non-image files along with images. Currently,
I think this should be fixed until the app really supports uploading of non-image file formats. |
It hadn't occurred to me to upload anything other than images, using the app. If I interpret this ticket correctly, would it be a good idea to limit uploads to the file-types listed here? Chris. |
Summary:
It is possible to try to share non-images using the app using certain external apps such as file managers. In that case the app doesn't clearly indicate to the user about why uploads of non-image files fail.
Steps to reproduce:
Expected behavior:
The app shouldn't allow users to try uploading non-image files.
Observed behavior:
The app allows users to try uploading non-image files. The upload of the non-image files fails. The upload of the images seems to succeed.
Device and Android version:
Device: Samsung Galaxy j1 ace
OS: Android 5.1.1
Commons app version:
2.7.2 (beta flavour)
Screen-shots:

Would you like to work on the issue?
No.
The text was updated successfully, but these errors were encountered: