[go: up one dir, main page]

Menu

Commit [r8140]  Maximize  Restore  History

[GB.WEB]

* NEW: Request.TempDir is a new property that allows to define where the uploaded files are stored.
* NEW: Request.MaxFileSize is a new property that allows to define the maximum size of uploaded files. By default it is 128 MB.

[GB.WEB.FORM]
* NEW: WebUploadArea: Take the new Request.TempDir property into account.
* BUG: Prevent gw.table.onscroll() from failing if the target element does not exist anymore.

gambas 2017-05-27

changed /gambas/trunk/comp/src/gb.web.form/.src/WebForm.class
changed /gambas/trunk/comp/src/gb.web.form/.src/WebUploadArea.class
changed /gambas/trunk/comp/src/gb.web.form/.src/WebUploader.class
changed /gambas/trunk/comp/src/gb.web.form/lib.js
changed /gambas/trunk/comp/src/gb.web/.info
changed /gambas/trunk/comp/src/gb.web/.src/Request.module
changed /gambas/trunk/comp/src/gb.web/.src/_Request_Post.class