Question
CF file upload problem on LINUX
The code below is a simple file called test.cfm.
<FORM action="test.cfm" enctype="multipart/form-data" method="post">
What files are you sending? <INPUT type="file" name="files">
<INPUT type="submit" value="Send">
</FORM>
My problem is that my CF server is MX 7.0 running on LINUX with apache. When I submit the form I get a server 500 error but sometimes I get a directory not found error. I think I have narrowed it down to the two file systems(linux vs windows) not talking to each other right. I am on a PC using IE7 or Firefox 1.5.0.9. Neither one works. I talked to another group and they say they use a CF server running on Windows for file transfers only and then use the linux version to run everything else. Although that may work, it seems like a stupid way to do it.
Has anyone else figured out how to get this done. I can't be the only one having this problem.
Thanks
Dave
<FORM action="test.cfm" enctype="multipart/form-data" method="post">
What files are you sending? <INPUT type="file" name="files">
<INPUT type="submit" value="Send">
</FORM>
My problem is that my CF server is MX 7.0 running on LINUX with apache. When I submit the form I get a server 500 error but sometimes I get a directory not found error. I think I have narrowed it down to the two file systems(linux vs windows) not talking to each other right. I am on a PC using IE7 or Firefox 1.5.0.9. Neither one works. I talked to another group and they say they use a CF server running on Windows for file transfers only and then use the linux version to run everything else. Although that may work, it seems like a stupid way to do it.
Has anyone else figured out how to get this done. I can't be the only one having this problem.
Thanks
Dave
