-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow for file uploads #318
Comments
I think over here we should certainly enable the option for cloud storage. Your thoughts? How about using http://flysystem.thephpleague.com/ for this? |
I was going to do that yes, a link towards #311 is welcome I think. |
Why is this remove from TDT6.0 it is an urgent requirement for Digipolis. |
Is it? I thought Digipolis had a special own place for all of their files to which they could FTP or something? |
Yes, could be, but we need file upload in the interface. The goal is to remove data management from the portal and put this in TDT, but for that we need file upload in the UI. |
Are you guys planning on uploading the 200MB files as well? Because that would mean allowing to post such a large file + allowing the connecting to be open that long? |
Yes, but that is server settings and can be configured. First thing is the functionality :) |
Planned for the next release it is :) Will probably be implemented with an internal deadline somewhere in september I believe. |
I'd consider:
|
|
Ik ken flysystem niet, maar dat ziet er wel OK uit, dus sure :) |
Flysystem is a league package, big fan :) So we can provide a configuration somewhere to add an application key of GDrive or Dropbox in order to define paths to data files? |
I think local file storage should also be pluggable (IMO). |
Flysystem abstract filesystems entirely, so it doesn't really matter. If we use the local file storage however, we need to build an upload functionality though. So either we focus on local, or Dropbox, Gdrive, ... . The implementation will be using Flysystem but if we know which implementation we can focus on, that'd be nice ;) |
Vraag ik om door onze analyste te laten bepalen dan ;) Dieter Blomme On 1 July 2016 at 14:15, Jan Vansteenlandt [email protected] wrote:
|
File uploads allow people with datasets to upload their files to the server in order to publish them. This takes away the step of that person needing to publishing the file somewhere online before publishing it.
The text was updated successfully, but these errors were encountered: