[Gambas-devel-svn] SF.net SVN: gambas:[8140] gambas/trunk/comp/src
Brought to you by:
gambas
From: <ga...@us...> - 2017-05-27 05:35:32
|
Revision: 8140 http://sourceforge.net/p/gambas/code/8140 Author: gambas Date: 2017-05-27 05:35:30 +0000 (Sat, 27 May 2017) Log Message: ----------- [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. Modified Paths: -------------- gambas/trunk/comp/src/gb.web/.info gambas/trunk/comp/src/gb.web/.src/Request.module gambas/trunk/comp/src/gb.web/.src/_Request_Post.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebUploadArea.class gambas/trunk/comp/src/gb.web.form/.src/WebUploader.class gambas/trunk/comp/src/gb.web.form/lib.js This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |