Forum Moderators: open
The problem occurs with a JS generated pop-up window which opens a file upload control. On submit, control returns to the pop-up's parent. This has worked for years, but I've recently found a situation where the file simply doesn't upload.
Incidentally, returning control to the parent is achieved with an onload of
document.forms[0].target=window.opener.name
Tried setting security to the lowest. Any suggestions much appreciated.