Large file transfer

2 messages Options
Embed this post
Permalink
jonnym () Large file transfer
Reply Threaded More More options
Print post
Permalink
I’m going to be using Plone for a website and extranet and I’m looking for a way to transfer large files, upto 2gig, reliably and easily to the server using a browser based solution. I want to keep the files out of the DB for obvious reasons. I’m hosting on a dedicated Linux server and am considering using WEBdav but wanted to now if there was any other solution? Any ideas? Thanks in advance Jon
Graham Perrin () Re: Large file transfer
Reply Threaded More More options
Print post
Permalink
jonnym wrote:
looking for a way to transfer large files, upto 2gig, reliably and easily to the server using a browser based solution.

I want to keep the files out of the DB for obvious reasons.
Two approaches come to mind:

1) Reflecto <http://plone.org/products/reflecto>

2) ZODB blob support

For the latter, until recently I tended to use
<http://dev.plone.org/plone/ticket/6805> as my
first point of reference, but more recently I see
<http://plone.org/products/plone.app.blob>. There's also
<http://dev.plone.org/plone/ticket/7822> and historically,
<http://plone.org/products/plone/roadmap/154>.

Regards
Graham