RE: CFFile Replacment

2001-12-07 Thread Max Paperno
> > >Ive got a nasty feeling that I will need to hook into IIS or something >like that As a workaround you might consider using some JavaScript on the form page to grab the value of the file upload field and write it to a hidden field in the form. Use the OnSubmit handler or something like

RE: CFFile Replacment

2001-12-07 Thread Dunwiddie, Bruce
lto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 11:11 AM To: CF-Talk Subject: RE: CFFile Replacment No this gets replaced with the path and filename of the uploaded file which is not the name of the original file... Ie Orig file = "c:\foo\myfile.gif" -> Form Posts FORM.MYFile

RE: CFFile Replacment

2001-12-07 Thread Mike Townend
or something like that -Original Message- From: Dunwiddie, Bruce [mailto:[EMAIL PROTECTED]] Sent: 07 December 2001 16:16 To: CF-Talk Subject: RE: CFFile Replacment silly question, but wouldn't the name you're looking for be the value of the form element you used to upload the file?

RE: CFFile Replacment

2001-12-07 Thread Dunwiddie, Bruce
silly question, but wouldn't the name you're looking for be the value of the form element you used to upload the file? -Original Message- From: Mike Townend [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 12:28 PM To: CF-Talk Subject: RE: CFFile Replacment Yes

RE: CFFile Replacment

2001-12-06 Thread Mike Townend
header.gif Thankx in advance Mike -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: 06 December 2001 18:14 To: CF-Talk Subject: RE: CFFile Replacment Is it a Windows computer. If so you can use Active X objects to read the file. Robert Everland III Dixon

RE: CFFile Replacment

2001-12-06 Thread Robert Everland
uploaded without using CFFIle Thanx in advance -Original Message- From: Bryan Love [mailto:[EMAIL PROTECTED]] Sent: 05 December 2001 19:24 To: CF-Talk Subject: RE: CFFile Replacment after doing the upload: #file.serverFile# for the whole thing with extension

RE: CFFile Replacment

2001-12-06 Thread Mike Townend
without using CFFIle Thanx in advance -Original Message- From: Bryan Love [mailto:[EMAIL PROTECTED]] Sent: 05 December 2001 19:24 To: CF-Talk Subject: RE: CFFile Replacment after doing the upload: #file.serverFile# for the whole thing with extension

RE: CFFile Replacment

2001-12-05 Thread Bryan Love
after doing the upload: #file.serverFile# for the whole thing with extension + ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@

CFFile Replacment

2001-12-05 Thread Mike Townend
Im attempting to make a replacement to CFFile Uploading capabilities... Now I can do the upload etc part but does anyone know how to access the original name to the uploaded file... As I get the temp filename that is stored on the server, but how do I access the orig filenmae Answers on a post