Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TIWFileUploader Event
#1
Why not work (start) TIWFileUploader event OnAsyncUploadCompleted in IW15.2.20 with delphi XE12? Invalid file!

Identical code work in IW14.13 with Delphi XE8.
Reply
#2
Is XE12 == 10.3 Rio???

Does "Not working" mean that it is not triggering or you are getting some error while it is executed?

OnAsyncUploadeCompleted does work in IW 15.2.20 as it should. However, this event only triggers when AutoSave = False.

How's AutoSave property set? What kind of file is that? Have you tried other files?
How's the code inside OnAsyncUploadCompleted?

In order to help you I need you to give me more details or, preferably, a simple test case showing the problem.
Reply
#3
(01-16-2021, 09:25 PM)Alexandre Machado Wrote: Is XE12 == 10.3 Rio???

Does "Not working" mean that it is not triggering or you are getting some error while it is executed?

OnAsyncUploadeCompleted does work in IW 15.2.20 as it should. However, this event only triggers when AutoSave = False.

How's AutoSave property set? What kind of file is that? Have you tried other files?
How's the code inside OnAsyncUploadCompleted?

In order to help you I need you to give me more details or, preferably, a simple test case showing the problem.

Delphi 10.2.3. 
Not triggering also IW15.2.21!
Is AutoSave = false
Reply
#4
Yes it is. I just tested.

I need you to provide a test case for it.
Reply
#5
(01-21-2021, 10:58 AM)Alexandre Machado Wrote: Yes it is. I just tested.

I need you to provide a test case for it.

I found, if component name IWFileUploader then not work! If change name IWFileUploader1 then work.  
I do not know why?
Reply
#6
(01-26-2021, 08:29 AM)matija Wrote:
(01-21-2021, 10:58 AM)Alexandre Machado Wrote: Yes it is. I just tested.

I need you to provide a test case for it.

I found, if component name IWFileUploader then not work! If change name IWFileUploader1 then work.  
I do not know why?

Is there another element (of any type) on your page named "IWFileUploader"?

Just a hunch, it has happened before.  ID's must be unique on the page.  

Dan
Reply
#7
(01-26-2021, 09:10 PM)DanBarclay Wrote:
(01-26-2021, 08:29 AM)matija Wrote:
(01-21-2021, 10:58 AM)Alexandre Machado Wrote: Yes it is. I just tested.

I need you to provide a test case for it.

I found, if component name IWFileUploader then not work! If change name IWFileUploader1 then work.  
I do not know why?

Is there another element (of any type) on your page named "IWFileUploader"?

Just a hunch, it has happened before.  ID's must be unique on the page.  

Dan

No!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)