Uses of Class
de.xima.fc.exceptions.AjaxUploadException
-
Packages that use AjaxUploadException Package Description de.xima.fc.form.upload -
-
Uses of AjaxUploadException in de.xima.fc.form.upload
Methods in de.xima.fc.form.upload that throw AjaxUploadException Modifier and Type Method Description static void
AjaxUploadManager. addUpload(FRQSession session, long time, String id, String fieldName, String md5Sum, String contentType, String fileName, InputStream data)
Registers an uploaded file with the given session.
-