shannah / swete

Web Internationalization Proxy
GNU General Public License v3.0
13 stars 7 forks source link

Support for file uploads #1

Open shannah opened 11 years ago

shannah commented 11 years ago

SWeTE currently doesn't handle POSTs of type multipart/form-data (i.e. file uploads). Need to add support for this.

shannah commented 11 years ago

Added preliminary support, but still not passing files through and still fails if POST keys contain "." because PHP automatically translates them to underscores. https://github.com/shannah/swete/commit/35e8c5be6d4dd465718c4608650be46dea2191a3