Hej there.
I have a downloads section on my website and I have a DataObject representing each downloadable item.
Now I want to offer some videos for download, up to 500 MB in size. I uploaded them via FTP and I tried to assign them to a UploadField via "From Files", so that they don't have to be uploaded.
The system tells me, that's not possible, because I can only handle file up to 8 MB. How can I avoid this without changin my server settings? I mean, I already did upload the file and only need a reference to it.
Thanks for every idea in advance.
- Mario