Hi, issue may be related to this thread,
http://forums.smartclient.com/showthread.php?t=12634
but I have to be sure if I understood it correctly. The issue (if it is an issue) may be corrected in the current nightly already but I cannot test it due to http://forums.smartclient.com/showthread.php?t=27565,
I am trying to upload a file from a ListGrid, intercept the dsRequest via DMI and grab the file using dsRequest.getUploadedFile('binaryFieldName') in order to save it to disk (instead of DB).
However, in each request getUploadedFile returns null.
So before digging deeper into this:
Do I need to call saveData() on the client side explicitly somewhere or is this done implicitly by the ListGrid when it triggers an add or update operation?
In other words: Does the file upload in a ListGrid need additional logic other than what's there per default?
Thanks,
fatzopilot
http://forums.smartclient.com/showthread.php?t=12634
but I have to be sure if I understood it correctly. The issue (if it is an issue) may be corrected in the current nightly already but I cannot test it due to http://forums.smartclient.com/showthread.php?t=27565,
I am trying to upload a file from a ListGrid, intercept the dsRequest via DMI and grab the file using dsRequest.getUploadedFile('binaryFieldName') in order to save it to disk (instead of DB).
However, in each request getUploadedFile returns null.
So before digging deeper into this:
Do I need to call saveData() on the client side explicitly somewhere or is this done implicitly by the ListGrid when it triggers an add or update operation?
In other words: Does the file upload in a ListGrid need additional logic other than what's there per default?
Thanks,
fatzopilot
Comment