Tagged Questions
2
votes
2answers
414 views
CFFILE Write- How to make Unique if there's a conflict?
Any idea why CFFILE Write does not support making it unique but CFFile Upload does?
I'm using CFFILE Write to handle a GetHttpRequestData, and being able to support making it unique would be very ...
2
votes
3answers
152 views
Is there a way to make cffile.oldFileSize return a correct value?
When working with cffile in ColdFusion, after an upload of a file to a webserver, the cffile structure is created that is supposed to have a value in it called "oldFileSize". Every time I do an ...
1
vote
1answer
84 views
ColdFusion Not Recognizing TIFF MIME type?
Coldfusion 8, Apache, Mac OS X Server 10.5.
I have a web application which lets users upload images. However, it always fails to upload TIFF files. JPEG, GIF, and PNG upload just fine, this problem ...
1
vote
2answers
255 views
Coldfusion on Linux - cannot change permissions on a file
I've been banging my head against the wall on this one. I have a system that allows a user to FTP a zip file to the server. Then in the admin they can tell the application where this file is so a set ...
1
vote
3answers
256 views
CFFILE attribution error with action=“rename”, says the file is invalid
My page has a form on it that interacts with a CFC via an ajax post. When the user changes the text and clicks save it should update the DB, which it does, and rename a photo with the value they typed ...
1
vote
2answers
134 views
Can CFFILE support simultaneous writes to the file system?
We have written a feature that allows our users to upload a file to a nas device using UNC path. The feature has not been stressed tested and I'm not 100% convinced CFFILE can handle the load. Does ...
1
vote
2answers
357 views
Coldfusion forms and image upload with cffile
I'm learning some Coldfusion, and I'm having trouble with this small form based application I'm building for a coworker.
Here is the first page: http://pastebin.com/aLPYHPsF
As you can see, what I ...
1
vote
1answer
853 views
On file upload, Coldfusion returns: C:\ColdFusion8\runtime\servers\coldfusion\SERVER-INF\temp\wwwroot-tmp\neotmp12429.tmp did not contain a file
Upon file upload, Coldfusion 8 returns: C:\ColdFusion8\runtime\servers\coldfusion\SERVER-INF\temp\wwwroot-tmp\neotmp12429.tmp did not contain a file. Does anyone know what may cause this? Bad syntax? ...
1
vote
1answer
637 views
cffile upload location
In CF7, can anyone tell me if there's a way around the file being automatically uploaded to the /tmp/ folder before being moved to a destination location I provide? I'm trying to use cffile in a ...
0
votes
1answer
72 views
CFFILE - Uploading a file using a component
I have a form that I would like to submit to a component for processing (CRUD behaviors), the problem is it seems passing multipart/form-data to a component somehow looses the file location. When it ...
0
votes
1answer
184 views
CFfile — value is not set to the queried data
I have this add user form, it also doubles as a edit user form by querying the data and setting the value="#query.xvalue#". If the user exists (eg, you're editing a user, it loads in the users data ...
0
votes
4answers
216 views
uploading files to a newly created directory in Coldfusion
I'm having trouble using cffile right before I create a directory. I am using the cffileupload tag and my url attribute is a page that has the following code. Basically the code below creates a new ...
0
votes
1answer
447 views
Strange Form problem: cffile not working
Hmmm...strange problems...
I'm making a form to upload syllabi. Basically, someone go search for a course and select the button next to the course that says "Upload Syllabi." Next, a window will ...
0
votes
1answer
252 views
Coldfusion, using GetHttpRequestData, to Store and Handle Files
I have a JQUERY file upload plug-in which allows users to upload files to the Coldfusion server. The plugin submits the files to the server in a way that requires me to use GetHttpRequestData() for ...
0
votes
1answer
334 views
Importing HTML into TinyMCE using ColdFusion
Hey everyone, I would appreciate a pointing in the right direction with the problem I'm having. In short, I'm working on an application that will create PDFs using TinyMCE and ColdFusion 8. I have the ...
0
votes
1answer
816 views
Using ColdFusion to save an uploaded image to the server
I'm being stymied by what I thought would be the relatively simple task of creating functionality to allow users to upload a picture to a server directory and am looking for some help.
I have a ...