We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implementation and demo still missing
The text was updated successfully, but these errors were encountered:
created demo/upload.html as a starter.
? Maybe created separate fx-upload component instead of using fx-control
Sorry, something went wrong.
For 1.0.0 it would be sufficient to handle it via XML as host.
The content will be base64-encoded and become the value of the referenced node. The filename needs a place also. Still open if to
<fx-control ref="content"> <label>upload</label> <input type="file" name="filename"> </fx-control>
possible but maybe not too clear.
Maybe better and more extensible:
<fx-upload filename="xpath ref" content="xpath ref"> <label>upload</label> </fx-upload>
An optional 'url' could provide ajax submit to an endpoint
<fx-upload filename="..." url="http....">
No branches or pull requests
implementation and demo still missing
The text was updated successfully, but these errors were encountered: