Gossamer Forum
Home : Products : Gossamer Links : Discussions :

image upload modification by Alex.

Quote Reply
image upload modification by Alex.
according to the instruction at http://www.gossamer-threads.com/scripts/resources/Detailed/1980.html.

i have got following error. while i modify image infos from user side. while it is ok to modify pic upload infos from admin panel.

Unknown Tag: 'INPUT TYPE="FILE" NAME="Image"'

I have add
<%INPUT TYPE="FILE" NAME="Image"%>
in the include_form.html


Any help would be appreciated.
Quote Reply
Re: [courierb] image upload modification by Alex. In reply to
Not sure why this is a tag. Try <input type="file" name="Image">

Last edited by:

afinlr: Oct 31, 2002, 7:33 AM
Quote Reply
Re: [afinlr] image upload modification by Alex. In reply to
afinlr. Thanks.
This works. however it did not show "download" and "view" link when user modify the infos . while in admin panel. there is a "download" and "view" beside the form field.

also. it seems some problems in naming the image files name. for example. some times the image file name in image colum is different from the one in image directory which actual HOLD all image files.

has any one got this error? so it may produce problems for me to have pic show on pages by <%Image%>

I notice ALEX RELEASE THAT TUTORIAL ONE WEEKS ago and no such error report found in this forum. is this the code problem or my config problem?

THANKS


Thanks

Last edited by:

courierb: Oct 31, 2002, 7:49 AM
Quote Reply
Re: [courierb] image upload modification by Alex. In reply to
did any one try this solution before?

Thanks
Quote Reply
Re: [courierb] image upload modification by Alex. In reply to
i have see the linksql again. and find something related to it at

http://yoursite.com/pathtoadmin..../admin/admin.cgi?do=help&topic=help_guide_enhance.html

could any one post a sample code of user side modification?


Thanks
Quote Reply
Re: [courierb] image upload modification by Alex. In reply to
Has any one met this problem?
Quote Reply
Re: [courierb] image upload modification by Alex. In reply to
OK. i have settled it. something messed up. now it is ok.

Thanks very one here