Re: WebShop File Upload
Edgars Dzenis
1-2-20
Hi,

This procedure will save posted file when called ip:webport/WebTEST.hal with file passed in it

global webpublic
updating procedure WebTEST()
begin
area a;

WebGetPostData(a);

WriteAreaToFile(a,"tmp/test.zip",0);


return;
end;
Leave Comment
You can subscribe to notifications for this post by selecting the 'star' icon on the top right corner of the post.
Latest Posts
Aldevinas Katkus
Why it is impossible to delete an invoice row (created from an order) containing an item with reverse VAT?...
12:13 2 Jan 2025
David Delač
Hi Piotr, The log entry:
2024-12-14 08:40:43 0.000 CallHal(IsHansaWorldCustomer) appears because the server is running with the verbosity=debug-detailed setting in its parameters.txt file. Thi...
09:43 16 Dec 2024