Open BelfordZ opened 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
Also, -Make it upload the images async -Make a progress bar for image uploading
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