Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 629 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 629 Bytes

Ref this bug: fukamachi/woo#47 Please check if this works for you

cd ~/usr/src
git clone https://github.com/knobo/upload-file.git
ln -s ~/usr/src/upload-file ~/.roswell/local-projects/
apt-get install libev4
(ql:quickload "upload-file")
(upload-file:start)

Increase the upload size until you se '400 Bad Request' and tell me how if you got the 400 response or not. I'd also like to know which platform you are running on, and if you have a fast or slow computer.

Point your browser to http://localhost:5000/

the bug is fixed here: fukamachi/woo#50