Atozed Forums
Bootstrap4 fileinput bug - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Bootstrap4 fileinput bug (/thread-1624.html)

Pages: 1 2 3


RE: Bootstrap4 fileinput bug - TPiotr - 05-03-2020

Thanks. Now TIWBS4File in IWStartHSys works perfectly.

There is still a small problem with TIWBS4File in IWStart.

If I change in uses "IWStartHSys" to "IWStart" and "TIWStartHSys.Execute(True);" to "TIWStart.Execute(True);"

I'm trying to upload these 3 files, but only 2 are uploaded.

IW creates files in the program location:
RequestHeaders_1.log, RequestHeaders_2.log, RequestHeaders_3.log,
RequestStream_1.log, RequestStream_3.log

I found a temporary solution:
Copy IW.Server.HTTPIndy.pas to the project location and remove the code associated with LOG_MULTIPART_REQUEST in it.
 
Then all files are uploaded.


RE: Bootstrap4 fileinput bug - Rassamaha78 - 05-03-2020

(05-03-2020, 12:23 PM)Alexandre Machado Wrote: Please install update 15.1.21: https://www.atozed.com/2020/05/intraweb-15-1-21/
Tested IWStartHSys + TIWBS4File with PNG and JPG files, it works fine!


RE: Bootstrap4 fileinput bug - Alexandre Machado - 05-08-2020

(05-03-2020, 02:47 PM)TPiotr Wrote: There is still a small problem with TIWBS4File in IWStart.


Please install new update 15.1.22. It should fix this small issue.

Kind regards


RE: Bootstrap4 fileinput bug - TPiotr - 05-09-2020

(05-08-2020, 11:31 PM)Alexandre Machado Wrote:
(05-03-2020, 02:47 PM)TPiotr Wrote: There is still a small problem with TIWBS4File in IWStart.


Please install new update 15.1.22. It should fix this small issue.

Kind regards

Now TIWBS4File works fine. Thank you