RE: [Zope] ZWiki, file uploads: how ?
It seems to upload the file right into the main Wiki folder, so files with the same name in different pages will override each-other, no ? By looking at http://www.zwiki.org/UploadsModificationDiffs I had the impression that 0.9.9 would upload into uploads/[page-name]_files , no ? Did I miss anything ?
By creating the "uploads" folder myself, manually, ZWiki now puts all files in this "uploads" folder (a bit better, but still not ideal as conflicts may happen). So, it probably did not have permissions to "Add Folder" I guess. But it still does not create the [page-name]_files folder under "uploads", despite the fact that I said "Add Folder" is available to "Authenticated User". Not sure why it is still failing. Anybody ? I guess the ZWiki site could have a page explaining this setup in detail. thanks, marcio
"Marcio Marchini" <mqm@magma.ca> writes:
It seems to upload the file right into the main Wiki folder, so files with the same name in different pages will override each-other, no ? By looking at http://www.zwiki.org/UploadsModificationDiffs I
Hi Marcio, you found the upload widget.. this is mentioned briefly on AdvancedEditOptions; I forget where the early discussion was. FTP into your wiki folder may also be an option. Files are uploaded into the "uploads" subfolder if it exists, otherwise the main wiki folder. 'Add Documents, Images, and Files' permission is required on the folder, and also 'Zwiki: Edit pages' or 'Zwiki: Add comments to pages' on the page since a link is added. Re-uploading a file of the same name is currently broken (see tracker); there is also a page describing a patch which effectively gives each page a separate namespace for files. NB this and the patch you mentioned above are proposals, they aren't yet part of the zwiki you are using.
I guess the ZWiki site could have a page explaining this setup in detail.
Yes it should. To start with I've just forwarded this message to kick off UploadingFiles. If you feel like cleaning it up please go ahead. Hope this helps, -Simon
participants (2)
-
Marcio Marchini -
Simon Michael