I have GR .4 installed. Perhaps I'm missing something, but when I drag a number of files into it to upload, then select them, then hit the upload button, it only uploads the first file and drops the rest of them out of the queue. Is it only possible to upload one file at a time? I had thought that one of the features for GR was the ability to drag-and-drop multiple files to simplify uploading. Thanks.
Posts: 54
Hi Pam,
If debug is ON that could be the reason why ( it happen to me ).
Try to turn debug off to see if that solve your problem.
change $gallery->app->debug = "yes"; to $gallery->app->debug = "no";
in config.php.
if it's already set to "no" then sorry no more clues.
ps: you don't have to select all the files in remote to upload. just drag and drop and hit upload
phil
Posts: 12
Ahhh, that was it. Thank you so much, psg11!
Posts: 1479
This should be fixed in 1.0, too.