notandy / ympd

Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
http://www.ympd.org
GNU General Public License v2.0
515 stars 143 forks source link

Add support for file upload #58

Open Stapper opened 9 years ago

Stapper commented 9 years ago

Can there be a function added that allows for uploading of files to the music folder? I'm checking the possibilitys for this but it seems LAU is not being supported by the http server you created, is this correct?

notandy commented 9 years ago

The http server (mongoose) is able to do that, but for now this is no plan to add this feature since ympd communicates only over (local) network connections.

sedrubal commented 8 years ago

I'd be glad to see this feature, too ;)