Hi,
I was migrating a servoy solution from 6.1.2 to 6.1.3 version and i am facing a problem in uploading a file. I had written acallback method in the file.showFileOpenDialog which seems not to be fired whe n i click on upload button from web client. In smart client it is fine and file is getting uploaded succesfully
Is that an issue in 6.1.3. as it is working fine in 6.1.2.?
but if i test that then i just can’t press the upload button at all… Because in the current version that i test against the file upload dialog just disappears right with the dialog you just shown (the selection dialog)
If i fix that (so remove that selection dialog or fix the bug that was causing this) then my callback function is called just fine.
ok, then that is the same yes, i was just confused because you say “when i click the upload button” but that is impossible to click if the dialog fades away right away.