Microsoft lost a lawsuit regarding the embedding of content. This was its initial attempt at a work around. Rumor has it that will change in IE7 (surprise...surprise)
R
rmccoll
@rmccoll
Posts
-
Press SPACEBAR or ENTER to activate and use this control -
Problem with uploading with image + text box fieldI would agree, but accoring to the previously posted script (excerpt: response.buffer = true 'in my tests, this seems to increase speed a bit set oUpload = server.createobject("ASPUpLoad.clsUpload") ) It looks like he is using ASPUpload. But noticing the comment right before "--- this script below i downloaded from google site -------", I might have been assuming too much.
-
Problem with uploading with image + text box fieldWith ASPUpload, the .Form collection does not get populated until AFTER the .Save method has been called. So trying to reference it before will not return any results. :)