Skip to main content
Inspiring
December 24, 2009
Question

CFFILE Uploading Mac Zip Files

  • December 24, 2009
  • 2 replies
  • 733 views

I have a client who is getting errors when attempting to upload zip files from his Mac (No file). I realize the encoding is different and have been researching the issue without much success. In my attempt to solve the problem I have included every application/type for compressed files that I have been able to find.

The website is on a UNIX server running CF7.

If anyone has had this issue before, I would be interested in hearing your thoughts.

Thanks!

David

    This topic has been closed for replies.

    2 replies

    ilssac
    Inspiring
    December 24, 2009

    Have you examined the form scope to see if there is any data there?

    <cfdump var="#form#"><cfabort>

    Have you examinied the http post headers to see if the data is there?

    There could be any number of systems that might be preventing this file data from making it from the client to the server.  I would start with trying to nail down whether the data is even comming into ColdFusion before I loose too much hair on why ColdFusion has a problem.

    Inspiring
    December 24, 2009

    I cannot help you with MAC/Unix issues. But can you post the error message so someone else can?

    InkfastAuthor
    Inspiring
    December 24, 2009

    The form field "file" did not contain a file.

    Inspiring
    December 24, 2009

    Since "File" is a reserved word I would first try using a different name for the form field.