add target="_blank" into your form.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Peter Mount Sent: Monday, February 02, 2004 11:39 AM To: CFAussie Mailing List Subject: [cfaussie] cfile upload using popup window Hello I'd like to use a pop up window when using cfile with upload. My current code is below. I'd like "TestActionpage.cfm" come up as a pop up window. file name: "TestFileUploadForm.cfm" <form name="form" action="TestActionpage.cfm" method="post" enctype="multipart/form-data"> <p>Choose the file you would like to upload to unauthorised:</p> <input type="file" name="File" id="File" size="30" /> <input name="upload" id="upload" type="submit" value="Upload" onClick="" /> </form> file name: "TestActionpage.cfm" <cffile action="upload" destination="#ExpandPath(".")#\custfile\holding" nameConflict="skip" fileField="Form.file"> <cfoutput> Upload of file: #cffile.serverfile# successful. #ExpandPath(".")#\custfile\unauthorised </cfoutput> Thanks Peter Mount [EMAIL PROTECTED] --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
