Re: File upload with cffile errors with Mac OSX

2009-06-22 Thread ColdFusion Developer
She's using Safari version 3.2.3 ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: File upload with cffile errors with Mac OSX

2009-06-22 Thread ColdFusion Developer
Code I'm using for the file upload: cffile action=upload filefield=fileUpload1 destination=#application.absolutePath#assets/images/userPhotos/ nameconflict=makeunique accept=image/* / I guess you could consider it newbyish since it's not in a CFC or custom tag, just a form processing page.

Re: File upload with cffile errors with Mac OSX

2009-06-22 Thread Mark Atkinson
IIRC some browsers on Macs add an empty space to some or all form fields. Use the trim function on the action page. HTH Mark ColdFusion Developer wrote: Code I'm using for the file upload: cffile action=upload filefield=fileUpload1

File upload with cffile errors with Mac OSX

2009-06-20 Thread ColdFusion Developer
I have a file upload application that uses cffile. It's used primarily to upload photos to the server. One client who is using a Mac with OSX consistently has issues uploading photos of any size (the tests she sent me are around 3MB). Cffile just craps out and none of the cffile variables are

Re: File upload with cffile errors with Mac OSX

2009-06-20 Thread Charles
There's a lot of different browsers you can use on a mac, might need more information than that. I use Safari and Firefox, and regularly upload using cffile with no problems. On Jun 20, 2009, at 1:13 PM, ColdFusion Developer wrote: I have a file upload application that uses cffile. It's

Re: File upload with cffile errors with Mac OSX

2009-06-20 Thread Dave l
The flash player on a mac sometimes needs an output to work right especially on file uploads. How you do this depends on how you are doing the upload... basically if you are doing it newbyish or in a cfc or custom tag.. Either show some code or just output something like one of these: