Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bootstrap4 fileinput bug
#9
(04-20-2020, 10:58 AM)TPiotr Wrote: I always have aRequest.Files.Count := 1
CustomRestEvents0RestEvent executes every uploaded file.

My code from DFM:

Code:
object IWBS4File1: TIWBS4File
    Left = 331
    Top = 144
    Width = 161
    Height = 33
    CustomAsyncEvents = <
      item
        EventName = 'fileuploaded'
        OnAsyncEvent = IWBS4File1CustomAsyncEvents0AsyncEvent
      end>
    CustomRestEvents = <
      item
        EventName = 'uploadUrl'
        OnRestEvent = IWBS4File1CustomRestEvents0RestEvent
        ParseFileUpload = False
      end>
    Script.Strings = (

        '$("#{%htmlname%}").fileinput({uploadUrl: "{%uploadUrl%}", langua' +
        'ge: "pl", maxFileSize: 2097152000, showRemove: false, showPrevie' +
        'w: false, allowedPreviewTypes: null});'

        '$("#{%htmlname%}").off("fileuploaded").on("fileuploaded", functi' +
        'on() {{%fileuploaded%}});')
    Multiple = True
  end

Which apptype are you using SA (IWStart) or HTTPSys(IWStartHSys)  ?
Reply


Messages In This Thread
Bootstrap4 fileinput bug - by Rassamaha78 - 04-18-2020, 08:26 PM
RE: Bootstrap4 fileinput bug - by Rassamaha78 - 04-19-2020, 02:39 PM
RE: Bootstrap4 fileinput bug - by TPiotr - 04-19-2020, 09:21 PM
RE: Bootstrap4 fileinput bug - by Rassamaha78 - 04-20-2020, 08:36 AM
RE: Bootstrap4 fileinput bug - by Rassamaha78 - 04-19-2020, 09:28 PM
RE: Bootstrap4 fileinput bug - by TPiotr - 04-20-2020, 10:19 AM
RE: Bootstrap4 fileinput bug - by Rassamaha78 - 04-20-2020, 10:45 AM
RE: Bootstrap4 fileinput bug - by TPiotr - 04-20-2020, 10:58 AM
RE: Bootstrap4 fileinput bug - by Rassamaha78 - 04-20-2020, 11:04 AM
RE: Bootstrap4 fileinput bug - by TPiotr - 04-20-2020, 11:06 AM
RE: Bootstrap4 fileinput bug - by Rassamaha78 - 04-20-2020, 11:14 AM
RE: Bootstrap4 fileinput bug - by TPiotr - 04-20-2020, 01:33 PM
RE: Bootstrap4 fileinput bug - by Rassamaha78 - 04-20-2020, 03:56 PM
RE: Bootstrap4 fileinput bug - by Rassamaha78 - 04-29-2020, 08:24 PM
RE: Bootstrap4 fileinput bug - by TPiotr - 05-01-2020, 04:18 PM
RE: Bootstrap4 fileinput bug - by TPiotr - 05-01-2020, 11:43 PM
RE: Bootstrap4 fileinput bug - by Rassamaha78 - 05-03-2020, 03:34 PM
RE: Bootstrap4 fileinput bug - by TPiotr - 05-03-2020, 02:47 PM
RE: Bootstrap4 fileinput bug - by TPiotr - 05-09-2020, 05:34 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)