dgrant / eyefiserver2

A standalone Eye-Fi server in Python, for Linux
GNU General Public License v3.0
140 stars 40 forks source link

Fix temp_dir problem, and uploadPhoto problem. #5

Closed kinumi closed 10 years ago

kinumi commented 10 years ago

Hi dgrant,

I tried to use eyefiserver2 with iOS Eye-Fi App, and I encountered 2 problems.

I fixed these problems. (Please see the commit comment.)

Thanks.

dgrant commented 10 years ago

Hi, someone will have to test this on a non-iOS and make sure it still works. I can probably test it out before Tuesday or so. Thanks for the patch.

dgrant commented 10 years ago

I need some time to test this. Hopefully soon.

dgrant commented 10 years ago

I modified the commit a bit. Instead of having a new tmp_dir config variable, I just call tempfile.gettempdir() which returns /tmp on my Linux box.

kinumi commented 10 years ago

Thanks!