BelfordZ / better

0 stars 0 forks source link

Image Uploading #1

Open BelfordZ opened 11 years ago

BelfordZ commented 11 years ago

file names with spaces don't work! The spaces are stored un-escaped in the db, but the server receives requests to locations with the spaces escaped.

-make router escape spaces (slow!) -----------------or----------------- -remove spaces from file names

BelfordZ commented 11 years ago

Also, -Make it upload the images async -Make a progress bar for image uploading