pwblaine / buriedios

buried. iOS Client
Apache License 2.0
0 stars 0 forks source link

pictures don't submit anymore! #35

Closed pwblaine closed 10 years ago

pwblaine commented 10 years ago

As of commit https://github.com/pwblaine/buriedios/commit/7376234b8fe89e00180c742f4e5274e1dadf07e2 Pictures don't submit

pwblaine commented 10 years ago

As of commit https://github.com/pwblaine/buriedios/commit/b234b662f6d9219ea408fae908625a5a2966c696 the issue with picture uploading is resolved. It was identified as an upload error due to the inclusion of /’s in the picture filename, a custom NSDateFormatter was created that gives a web safe name.