House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Mailing Lists
Home / Groups / ColdFusion Talk (CF-Talk)

JRun Servlet Error when submitting form input type = file

Author:
Jason Daniels
01/13/2009 08:00 PM

I have run into an issue with a file uploader that was working since October. I am using shared hosting on Go Daddy, and the problem has to do with my sole Linux account. I have stripped out all the code that doesn't work, and I am making this as simple as possible - I have no idea what is happening... please help! Here's the code: ----------------- <body> <cfif isdefined("FORM.btnSubmit")>   <cfdump var="#FORM#"> </cfif> <form action="test.cfm" method="post" enctype="multipart/form-data">   <input type="text" name="TestText" value="Test Text" />   <input type="file" name="TestFile" />   <input type="submit" name="btnSubmit" value="Submit Text" /> </form> </body> ------------ When you submit this, the following appears (exactly as typed with HTML coding visible): ------------ <head><title>JRun Servlet Error</title></head><h1>500 No such file or directory</h1><body> No such file or directory</body> ------------ This can be seen at this link: www.ubcbike.net/test.cfm The really strange part is that the same code lives at: www.metraworks.com/test.cfm, and it works properly... the code is identical! I talked to GoDaddy support, and they said that they could not help me because it is a scripting error. I think there is something wrong on their end... I was using the function a little over a week ago with no issue... Sorry if I rambled. Thanks in advance for any help. Humbly, Jason Daniels jason@metraworks.com


Search cf-talk

February 11, 2012

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
       1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29