我希望用户能够轻松地将屏幕快照上传到我的应用程序中。 (最好避免许多js / ajax欺骗)
Wicket中是否有一种标准方法可以将图像粘贴到某些FormComponent
(textarea
?div
和contenteditable
?)中并用作常规输入,这样在发布表单时,我会在Java代码中得到一个byte[]
/流?
答案 0 :(得分:2)
您必须在Java /服务器代码的标记和SortDescriptor.Field(x => x.Field(y => y.Variants[0].GrossPrice).Order(SortOrder.Ascending).Nested(n => n.Path(p => p.Variants).MaxChildren(1).Filter(f => filerContainer)))
组件中使用<input type="file">
。
如果您需要比FileUpload
按钮更新颖的方法,则需要使用一些Javascript库。
这里是普通的example