File downloading from Base64 data or URL.


Based on:
https://github.com/rndme/download

 

neoDownloadData

Purpose:

Download file from data

Category:

neoDownload

Syntax:

neoDownloadData "theData" "fileName" theMime

 

theData

Data to download (text or base64 string)

fileName

File name

theMime

Mime type (ie: text/plain)

 

neoDownloadURL

Purpose:

Download file from URL (CORS not allowed)

Category:

neoDownload

Syntax:

neoDownloadURL "theUrl"

 

theUrl

File URL (ie: myfolder/myfile.zip)

Created with the Personal Edition of HelpNDoc: Easily create Qt Help files