[Bug 1658] Ebay standard uploader does not find pictures
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Jan 29 11:22:00 PST 2014
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1658
--- Comment #9 from Deepak Bhole <dbhole at redhat.com> ---
No problem. FWIW, I just looked into it. The standard uploader and basic
uploader both use a native file chooser (Java/IcedTea-Web is not involved in
any way).
The standard uploader however restricts the mask to "*.jpg, *.jpeg, *.gif,
*.png, *.bmp, *.tif, *.tiff". The basic uploader on the other hand does not
specify a mask (i.e. it will list ALL files in a directory). File names in
Linux are case sensitive and that is why only .jpg shows up with standard and
since basic has no filter, it will show .jpg, .JPG and everything else.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140129/3f2e725a/attachment.html
More information about the distro-pkg-dev
mailing list