Add ajax file upload
Open
P:Normal
T:Enhancement
WebKit
- Dominant language
- Scala
- Stars
- 1.3k
- Forks
- 275
- PR merge metrics
- No merged PRs in 30d
Description
Add Ajax file upload capabilities to SHtml, preferably using http://valums.com/ajax-upload/ as a front-end "working use case".
SHtml calling interface could be:
def ajaxFileUpload(func: (FileParamHolder) => Unit, jsFunc : Call, func : (String) => JsCmd, attrs : (String, String)*)
This would be consistent with other ajax interfaces and with file upload (non-Ajax).
Contributor guide
Assessment
This issue has not been assessed yet.