daleharvey / dropup

Drag and Drop Image Uploader
http://dropup.net
55 stars 13 forks source link

TypeError: First argument must be a string, array or buffer #1

Open i3urn opened 13 years ago

i3urn commented 13 years ago

TypeError: First argument must be a string, array or buffer every-time i try upload a image. Any have this error / have a fix ?

cdelargy commented 12 years ago

I duplicated this issue- and fixed it by creating an "uploads" directory in the project root.

i3urn commented 12 years ago

Thanks. Ill setup my server now and see if that fixes it.

anandgeorge commented 12 years ago

The fix works nicely. Thanks.

Running using start.sh I get the following error

start.sh: line 16: inotifywait: command not found kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]

Thanks.