I want to get the file name (without extension) by file browsing and create new tiddler with the fetched name. I fight but I don't have enough knowledge... I'm stuck with a code:
Select file:
<input type="file" id="fileselect" name="fileselect" >
<$button>
<$action-sendmessage $message="tm-new-tiddler"
title= ?????
/>
MAKE TIDDLER
</$button>
How to connect, ie. transfer right value to the new tiddler name?
Is it possible to do by the drag-drop method, e.g. in a text input field?
Thanks in advance!
G.