Sending the commands before the click works somewhat. The path to the file is pretty long and therefore the whole path is not entered into the "Choose File" dialog before it gets locked out. I also tried connecting via windows and I can't get the button to be clicked to open up the "Choose File" dialog.
Andrew Koehler ehealthclaim.net 877-881-7484 The information in this email, including attachments, may be confidential and/or privileged and may contain confidential health information. This email is intended to be reviewed only by the individual or organization named as addressee. If you have received this email in error please notify ehealthclaim.net immediately, and destroy all copies of this message and any attachments. Confidential health information is protected by state and federal law, including, but not limited to, the Health Insurance Portability and Accountability Act (HIPAA) of 1996 and related regulations. _____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thom C. Blackwell Sent: Monday, March 17, 2008 2:55 PM To: [email protected] Subject: RE: [Talk] Web File Upload Problem Greetings, I have seen this before. There is something very specific about this particular widget that causes this to happen. Here's the highly technical reason why: Bsically since the page is calling out to somewhere's else, the page is waiting for that somewhere's else to be done doing the whatevers it is supposed to do. Since the Click command is invoking something in the page, it too will "wait". You'd actually see the script come back if you closed the dialog box by hand. You also cannot set the text within the dialog using a standard web text setting, because file update input fields are very specific for security reasons, the Value is a read only item, so it cannot be set in "code" which means we can't set its text. So don't bother getting around the browse "that way" Well that's all well and good but it doesn't solve the problem! Here's how to solve it. Basically you've got to treat this using <something other than web> Saw some posts already to this regard. You could do this the "quick and dirty way" using Activate / Sendkeys. You could also bring the Windows connection in play. This has spurred me to further action perhaps I can find something more "cleaver" than the above! Regards, Thom Thom C. Blackwell Product Manager Boston Software Systems (866) 653-5105 ex 807 www.bossoft.com <http://www.bossoft.com/> Sign <http://www.bostonworkstation.com/customer_center/special_events.aspx> up for my weekly webinar! LEGAL NOTICE Unless expressly stated otherwise, this message is confidential and may be privileged. It is intended for the addressee(s) only. Access to this E-mail by anyone else is unauthorized. If you are not an addressee, any disclosure or copying of the contents of this E-mail or any action taken (or not taken) in reliance on it is unauthorized and may be unlawful. If you are not an addressee, please inform the sender immediately, then delete this message and empty from your trash. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Koehler Sent: Monday, March 17, 2008 2:18 PM To: [email protected] Subject: [Talk] Web File Upload Problem I am trying to upload some files via a webpage. I can login and navigate to the correct page. When I click the "Browse" button on the web page a dialog box opens letting me navigate to the file I am trying to upload. The problem I am having is after clicking the "Browse" button the script gets stuck and does not move past the button click. I put a stop right after the click and the script never reaches it. Anyone have any ideas? Thanks Andrew Andrew Koehler ehealthclaim.net 877-881-7484 The information in this email, including attachments, may be confidential and/or privileged and may contain confidential health information. This email is intended to be reviewed only by the individual or organization named as addressee. If you have received this email in error please notify ehealthclaim.net immediately, and destroy all copies of this message and any attachments. Confidential health information is protected by state and federal law, including, but not limited to, the Health Insurance Portability and Accountability Act (HIPAA) of 1996 and related regulations.
