Aetherius Shadowblade
Member
If anyone know html, or css if it is, and can change this button code so the output is saved to the web server, instead of downloaded to the pc, it would be greatly appreciated.
<input type="button" class="btn btn-success btn-block" value="Save-To-Server" onclick="saveAs(new Blob([document.form.thecode.value], {type: 'text/cs;charset=utf-8'}), document.form.file.value + '.cs');">
<input type="button" class="btn btn-success btn-block" value="Save-To-Server" onclick="saveAs(new Blob([document.form.thecode.value], {type: 'text/cs;charset=utf-8'}), document.form.file.value + '.cs');">