Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: [TheStone] multiple file upload

Quote Reply
Re: [TheStone] multiple file upload In reply to
Hello

I think I found a problem in the dbman sql

When I try to modify a record, I canīt upload a new file, it always get the diretory in my pc instead of uploading the file, even with the default template

I used this code below to do a customized add / modify form, and the delete file is working, the add is working, the only thing that doesnīt work is the file upload in the modify form.

The error that I get when /i try to view the file

A fatal error has occured:
Dbsql::Home (9060): Error Viewing File at /home/veiculos/public_html/cgi-bin/db/admin/GT/Plugins.pm line 165.


Please enable debugging in setup for more details.

...

<form name="myform" action="db.cgi" method=post <%if enctype%><%enctype%><%endif%>>
<%if attachedfile%>
<a href="db.cgi?src=db&cn=attachedfile&do=download_file&id=<%primary_key%>&db=<%db%>&fname=<%attachedfile%>">download</a>
<a href="db.cgi?src=db&cn=attachedfile&do=view_file&id=<%primary_key%>&db=<%db%>&fname=<%attachedfile%>">view</a>
<input type=checkbox name="attachedfile_del" value="delete"> Delete<BR>
<%endif%>
<input type=file name="attachedfile">
......
Subject Author Views Date
Thread multiple file upload Reena0330 10910 Aug 26, 2002, 12:21 PM
Thread Re: [Reena0330] multiple file upload
604 10758 Aug 26, 2002, 12:32 PM
Thread Re: [TheStone] multiple file upload
Reena0330 10699 Aug 26, 2002, 12:55 PM
Thread Re: [Reena0330] multiple file upload
Paul 10700 Aug 26, 2002, 1:04 PM
Thread Re: [Paul] multiple file upload
Reena0330 10730 Aug 26, 2002, 1:38 PM
Thread Re: [Reena0330] multiple file upload
604 10685 Aug 26, 2002, 1:52 PM
Thread Re: [TheStone] multiple file upload
Reena0330 10698 Aug 26, 2002, 1:53 PM
Thread Re: [Reena0330] multiple file upload
604 10713 Aug 26, 2002, 2:15 PM
Post Re: [TheStone] multiple file upload
Reena0330 10700 Aug 26, 2002, 2:27 PM
Thread Re: [TheStone] multiple file upload
Reena0330 10670 Aug 26, 2002, 5:45 PM
Thread Re: [Reena0330] multiple file upload
604 10659 Aug 27, 2002, 10:42 AM
Thread Re: [TheStone] multiple file upload
Reena0330 10649 Aug 27, 2002, 12:35 PM
Thread Re: [Reena0330] multiple file upload
604 10645 Aug 27, 2002, 2:21 PM
Thread Re: [TheStone] multiple file upload
Reena0330 10670 Aug 27, 2002, 3:02 PM
Thread Re: [Reena0330] multiple file upload
604 10675 Aug 27, 2002, 3:23 PM
Post Re: [TheStone] multiple file upload
assombracao 10301 Nov 28, 2002, 10:36 AM