ssilverm / pimame-8

33 stars 6 forks source link

Uploading GBA roms through web interface not workin #7

Open bagofarms opened 9 years ago

bagofarms commented 9 years ago

When i use the drag-and-drop web interface to upload GBA ROMs, the interface makes it seem like the files are uploading, but they never get saved to the Pi. They are all .gba files. To make sure the ROMs weren't corrupt, i uploaded them using FTP, and they played just fine.

bagofarms commented 9 years ago

I think I figured out what the problem is. I think the web interface is looking for a specific filename, like .gba, but all of my ROMs are .GBA. Maybe the code is case sensitive about the file extensions? I had the same problem with Atari 2600 ROMs; only the ones with .BIN as the extension instead of .bin were missing.

ssilverm commented 9 years ago

Could you please retest? This should be fixed now.

bagofarms commented 9 years ago

Using the version released over the weekend, the problem is not fixed. I was unable to upload two different ROMs with the extension .GBA (note that it's upper case). Is there a newer version I should be using?