File imports - dragndrop.js - how to increase maximum file size load limit

Hi All,

Does anyone know if there is a configurable variable setting that defines the Maximum File Size that can be uploaded into TiddlyWiki with the drag and drop function?

I’m trying to drag and drop some large files, and there seems to be a maximum file size limit somewhere around 400MB.

I’ve read though the $:/core/modules/utils/dom/dragndrop.js in the hope the variable might be tucked away in there, but it does not seem obvious.

Any assistance is appreciated.

Thanks,

rohan

If you include large files like this into s single page wiki you will kill your browser. It is not recommended to import large files into a wiki.

Search for “_canonocal_uri” here in the forum to get more info.

Are you using the File Uploads plugin? If so, with which uploader module?

1 Like

Thanks for the replies.

The File Uploads plugin has not been installed. It is just the standard Tiddly Wiki install.

Also, it is a node.js implementation of TiddlyWiki v5.3.6, so my understanding is that each tiddler and each uploaded file is saved as a separate file.

I’m not sure if there’s something that needs to be configured in node.js or if there’s a variable in TiddlyWiki that needs to be changed.