I have an odd situation - so simple that I cannot believe that it is giving
me trouble:

I have an upload an image type of form:

<!---snip--->

<form action="imageupload2.cfm?imgpath=#imgpath#"
enctype="multipart/form-data" method="post">
<input type="file" name="image" size="30"><br><input type="submit"
value="upload">
</form>

<!---end snip--->

The action portion isn't working so I backtracked to the most basic level:
Is the form data getting through . . .  So I changed my action page to a
simple:

<cfoutput>#form.image#</cfoutput>

Cannot resolve.

Any thoughts?

Now this is a script that has worked on NUMEROUS other servers.

TIA

Sincerely,
Shawnea Carter



------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to