The Unofficial Apple Weblog (TUAW) If you switched to Firefox from another browser like Safari that supports in-line PDF viewing (that’s the ablity to look at a PDF in the browser instead of downloading it), then you might have been disheartened to learn that Firefox does not support this feature natively. However, you will find…
Tag: Pdf
It isn’t well documented. In fact, it isn’t documented at all, but the http://wikkawiki.org/FilesAction method allows you to put {{files}} into any Wikki page and then a registered user can upload things. It has a hidden parameter for 2MB files and limits the files which sounds smart… $max_upload_size = “21048576”; $allowed_extensions = ‘gif|jpeg|jpg|jpe|doc|xls|…’; The solution…