Fixed the problem. Proper feedback for uploading is in the work.
- Robin Appelman On Tue, Jan 3, 2012 at 09:57, Daniel Köb <[email protected]> wrote: > Hi, > > With the updated local permission checks the file upload is broken. It > tries to check if the new file can be written. But is_writeable returns > false for a file that does not exist yet. Thus, on uploading files the > is_writable check has to be made on the containing directory. > > Furthermore, the web UI does not provide any feedback. Instead the > upload seems to work normally, although the progress indicator never > goes away. After a reload the file is just not there. It would be nice > to get some feedback if is_writable returns false (even on the > containing directory). > > Daniel > > > _______________________________________________ > Owncloud mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/owncloud _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
