I am recording a file upload in a Silverlight app with NL 4. I am able to parametrize the filename, but the data field contains the encrypted data from the recorded file. How can I intercept Silverlight's file upload call to replace this data filed with the data from the new file?
It was not so much the encrypted hash needing to be handled in this case, but the unique UUID value needing to be properly handled for this request. This issue should now be resolved after this change, and the file Upload successful.