https://sourceforge.net/apps/trac/sourceforge/ticket/19313
I click on "Admin -> Screenshots" and get an interface for uploading a screenshot. I browse to the filename to upload, add a caption and push "Save". A few seconds later I get this same page back, with empty fields.
Confirmed.
Aside: seems that there are quite a few IE8 specific issues with allura right now...
Anytime I've dealt with a file upload, I have to run it through
ntpath.basename
on the server side because IE passes in a Windows-style file name. We should check to make sure that normalization is happening here.Upload an image in IE8, jpg or png, make sure it works. I didn't try gif, I don't have any.
Works as expected - tested with jpg, png, and gif. Merged to dev.