P
pbd22
hi.
does anybody know how to control the target=some.aspx
attribute in an iframe so a new page doesnt open? I am trying to
upload files via hidden iframe. if i use the target=some.aspx
attribute the files make it to the server no problem, but a new page
opens up (i want all this to happen in the same browser window). If i
take out
the target=some.aspx attribute, then processing happens in the
same browser window but the httpfilecollection in the vb.net server
code has a count of zero - the querystring can't be read.
how do i send the querystring to the server but keep the work-flow
in one browser window?
i thank you.
does anybody know how to control the target=some.aspx
attribute in an iframe so a new page doesnt open? I am trying to
upload files via hidden iframe. if i use the target=some.aspx
attribute the files make it to the server no problem, but a new page
opens up (i want all this to happen in the same browser window). If i
take out
the target=some.aspx attribute, then processing happens in the
same browser window but the httpfilecollection in the vb.net server
code has a count of zero - the querystring can't be read.
how do i send the querystring to the server but keep the work-flow
in one browser window?
i thank you.