|
Mailing Lists
|
Home / Groups / ColdFusion Talk (CF-Talk)
JRun Servlet Error when submitting form input type = fileI 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 |
February 11, 2012
|
Latest Fusion Authority Articles
|
|||||||||||||||||||||||||||||||||||||||||||||||||