JavaXT
|
|||||
FileUploader ClassWindow used to upload files to a server
ConstructorsUsed to instantiate this class
Config OptionsuploadService
maxUploads
title
width
height
modal
closable
footer
style
renderers
Public Methodsaccept( file ) Example:
var uploader = new javaxt.express.FileUploader(...); uploader.accept = function(file){ if (file.type.match('image.*')) return true; return false; } |