Hello list - I have a simple form - it's in a secure area and allows 
client to simply upload some PDF's. The file names though MUST allow 
spaces.. Since I am dynamically creating links and display from the file 
names.

Problem is - if I upload - Test PDF.pdf - it shows up as Test_PDF.pdf - 
I need it to show up as Test PDF.pdf - exactly as typed. FOrm is as 
follows -
<form name="addImage" action="newsletterUpload2.cfm" method="post" 
enctype="multipart/form-data">
<input type="Hidden" name="PDFAction" value="AddPDF" class="inputForm">
<div class="GenText">
PDF Newsletter File:<br>
<input type="file" name="cPDFFile" class="inputForm"><br>
<input type="image" name="submit" 
src="../img/icon_SubmitRequestLight1.gif" value="submit">
</form>

On newsletterUpload2.cfm there is simply this
<CFFILE action="upload" filefield="cPDFFile" nameconflict="MAKEUNIQUE" 
destination="d:\webs\hcsinteractant.com\HCSInfo\Interacting\">

Any help is greatl appreciated.
Thanks,
Jason

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to