[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] 2 commits: 'Request.Post.ContentTypes' returns the content-type associated with the posted files.



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
82a06042 by Benoît Minisini at 2026-07-17T14:32:56+02:00
'Request.Post.ContentTypes' returns the content-type associated with the posted files.

[GB.WEB]
* NEW: 'Request.Post.ContentTypes' returns the content-type associated with the posted files.
  It's a collection indexed with the same keys as 'Request.Post.Files'.

- - - - -
0b8953c8 by Benoît Minisini at 2026-07-17T14:52:19+02:00
WebForm: 'Call()' is a new static method that executes somes javascript on the browser, and waits for the result.

[GB.WEB.GUI]
* NEW: WebForm: 'Call()' is a new static method that executes somes javascript on the browser, and waits for the result.
  The result is uploading to the server as JSON, or binary string if the result is a Javascript blob.
* NEW: WebDrawingArea: 'GetContents()' is a new method that returns the contents of the WebDrawingArea canvas as an Image.
  It automatically loads the 'gb.image' and 'gb.image.io' components for that.

- - - - -


15 changed files:

- comp/src/gb.web.gui/.project
- + comp/src/gb.web.gui/.src/Test/FTestCall.class
- + comp/src/gb.web.gui/.src/Test/FTestCall.webform
- comp/src/gb.web.gui/.src/Test/FTestDialog.webform
- comp/src/gb.web.gui/.src/Test/FTestDrawingArea.class
- comp/src/gb.web.gui/.src/Test/FTestDrawingArea.webform
- comp/src/gb.web.gui/.src/Tree/_WebTreeColumns.class
- comp/src/gb.web.gui/.src/Upload.module
- comp/src/gb.web.gui/.src/WebDrawingArea.class
- comp/src/gb.web.gui/.src/WebForm.class
- comp/src/gb.web.gui/lib.js
- comp/src/gb.web/.component
- comp/src/gb.web/.project
- comp/src/gb.web/.src/_Request_Post.class
- comp/src/gb.web/.version


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ce5fff90094ddbb988aaffe1e2433fd72980c0a4...0b8953c852643cecfdb83c0ed71fd18dead94ea3

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ce5fff90094ddbb988aaffe1e2433fd72980c0a4...0b8953c852643cecfdb83c0ed71fd18dead94ea3
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help