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
[email protected]


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317913
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to