>- see footer for list info -<

When you specify the destination:
#application.uploadDetails#
#application.UploadDirectory#

Is it in the format:
C:\directory\myimage.jpg

and not only
C:\directory\ 
As the variable #application.UploadDirectory# seems to suggest you don't 
specify the filename.

Allan



Paul Swingewood <[EMAIL PROTECTED]> wrote: >- see footer for list info -<
I extended the length of the fields in my database the other day and things 
now upload ok.

The problem I have now is that the picture upload isn't working correctly.

The file.serverfile variable contains some kind of junk .....

C:\CFusionMX\runtime\servers\default\SERVER-INF\temp\wwwroot-tmp\neotmp1636.tmp

where it should contain the name of the picture like 'christmas.jpg'

Again this all worked ok with IE6 its occouring with fire fox.


Here's my code ...



 
 
 filefield ="details"
 nameconflict = "overwrite"
 accept = "application/pdf"
 destination = "#application.uploadDetails#">


 
 --->







filefield ="smallpic"
nameconflict = "overwrite"
accept = "image/jpg, image/pjpeg"
destination = "#application.UploadDirectory#">

 
 --->







   INSERT INTO tblPropertyDetails
    (NoBedroomsIDFK,
    PropertyTypeIDFK,
    PropertyLocationIDFK,
    RoadName,
    Picture,
    Description1,
    Description2,
    Description3,
    Description4,
    Description5,
    Description6,
    SellingPrice,
    PostCode,
    PDFDetails)
   VALUES
    ('#form.Select_Bedrooms#',
    '#form.Select_Type#',
    '#form.Select_Location#',
    '#trim(form.RoadName)#',
    '#trim(smallpic)#',
    '#trim(form.Description1)#',
    '#trim(form.Description2)#',
    '#trim(form.Description3)#',
    '#trim(form.Description4)#',
    '#trim(form.Description5)#',
    '#trim(form.Description6)#',
    CAST('#FORM.SellingPrice#' AS MONEY),
    '#trim(PostCode)#',
    '#trim(Details)#')
    SELECT @@IDENTITY AS NewID
  

Can anyone see why the file.serverfile variable doesn't contain the name of 
the picture please. IS there someting else I need to do?

Regards - Paul


_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
>- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<


 Send instant messages to your online friends http://uk.messenger.yahoo.com 
_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
>- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<

Reply via email to