I just got some questions, maybe some of you can answer.
The benefit by Nextcloud / Owncloud and so on is more than just uploading taking files with you and so on. It does version the files, make them downloadable - as well secure behind.
It would be benefitial for me and most everyone who is dealing with the Question:
"How to upload documents, link them in some kind of Database (which main purpose is to operate with information) and versioning, saving, editing and so on does not need to be implemented by me / others, because it is handled by Nextcloud (in my case prefered)?"
Is there any script outside, or maybe some kind of plugin to have that benefit?
In my vision I would need:
- One "Drag and Drop" Area for Documents / Pictures etc.
- This should have a hidden field, which is filled with a id, with which the system can identify the file.
- a onetime Link (with retention of that link by one day or so) what is generated by php (could also be a script) and generates a share Link for given id.
- (not needed since now, but nice to have:) some script as in 2, where versions of some given File should be viewed.
Some solution could be:
something similar to an "iframe" for a shared link with public upload. But Im not very happy of using IFrames... Something better would be nice.