Skip to main content
Participating Frequently
March 31, 2008
Question

File Upload - No Errors - No Action

  • March 31, 2008
  • 2 replies
  • 380 views
CF 8 on a mac 10.4.11

I tried this simple file upload for pics like .jpg .gif etc

I choose a pic on page 1 - then submit
- the page goes to up1a.cfm and show no errors but no file is loaded.
- Also I tried putting the WRONG path - thinking it would error out - but nothing shows...

BTW: Enable Robust Exception Information is on

Any Ideas?
    This topic has been closed for replies.

    2 replies

    Astonished_protector15C3
    Participating Frequently
    April 1, 2008
    Hi

    Please look into this about the destination

    Pathname of directory in which to upload the file. If not an absolute path (starting a with a drive letter and a colon, or a forward or backward slash), it is relative to the ColdFusion temporary directory, which is returned by the GetTempDirectory function.
    biznet11Author
    Participating Frequently
    March 31, 2008
    i fixed the path

    started with:
    /Volumes/

    ended with /

    switched from colons to /