Here is my code again:<br><br>Row:<br>!!!<br>.......Code.............<br><br>(:adl append entry:)<br><br><br>Form Row:<br>!!!<br>'''Enter a New Company:'''<br>(:linebreaks:)<br>(:input form method=post enctype=multipart/form-data :)
<br>(:input hidden name=n value={$FullName}:)<br>(:input hidden name=action value=postupload:)<br>File to upload: (:input file name='uploadfile':) <br>Name of upload: (:input text name='upname':) (IMPORTANT: if the file name is
intel-logo.jpg, you must type in intel-logo.jpg in this field or the image will not show)<br><br>(:adl form entry:)<br>(:table:)<br>(:cellnr:)Company Profile:<br>(:cell:)(:input textarea profile rows=10 cols=34:)<br>(:cellnr:)Company URL:
<br>(:cell:)(:input text curl size=45:)<br>(:cellnr:)Faculty Affiliation: <br>(:cell:)(:input text faculty size=45:) <br>(:cellnr:)Faculty Title: <br>(:cell:)(:input text ftitle size=45:)<br>(:cellnr:)Faculty URL: <br>(:cell:)(:input text furl size=45:)
<br>(:cellnr:)Outcome: <br>(:cell:)(:input text outcome size=45:)<br>(:cellnr:)<br><br>(:input end:)<br>(:input submit ok Enter:)<br>(:adl templatepage MultiLineTemplate:)<br>(:adl end:)<br><br>----<br><br><br>MultilineTemplate:
<br>!!!<br>(:table border=0 cellspacing=0 cellpadding=15:)<br>(:cellnr width=33% align=left:)<br>[[{curl} | Attach:{upname}]]<br><br>{profile}<br><br>[[{curl} | {curl}]]<br><br>(:cell width=33% align=left:)<br>[[{furl} | {faculty}]], {ftitle}
<br><br>(:cell width=33% align=left:)<br>{outcome}<br>(:tableend:)<br>----<br><br><br><br><br>On 3/20/07, April Barrett <<a href="mailto:aprilbar@gmail.com">aprilbar@gmail.com</a>> wrote:<br>> Hello again,<br>>
<br>> I was able to get this to work using what I initially wrote. My<br>> problem now is this:<br>> <br>> My current layout consists of such.<br>> <br>> ROW1<br>> Image Name
<br>> Outcome<br>> Text Text<br>> <br>> <br>> ROW2<br>> Image Name<br>> Outcome<br>> Text Text<br>> <br>> <br>> ROW3<br>> Image Name
<br>> Outcome<br>> Text Text<br>> <br>> Form to add a row and an image with the same format as the previous<br>> rows underneath the last row but above the form.<br>> <br>> The problem is is that I am using the Section Edits denoted by !!! and
<br>> if I add an (:adl append entry:) on the last line (row three), once<br>> another one is added it throws the hole thing off.<br>> <br>> It seems fine after the first new row but then it gets pretty wonky on
<br>> the second addition by adding some two rows with bad formatting.<br>> <br>> Any ideas on how I can clean this up?<br>> <br>> <br>> <br>> On 3/19/07, Martin Fick <<a href="mailto:mogulguy@yahoo.com">
mogulguy@yahoo.com</a>> wrote:<br>> > Unfortunately, I don't understand the upload mechanism<br>> > very well and if/how one can perform an upload along<br>> > with posting other data. Are you sure this used to
<br>> > work? Or was it perhaps it two steps, submit the<br>> > image, then submit the details?<br>> ><br>> > It looks like you are creating two distinct forms<br>> > which is probably not what you want if you are trying
<br>> > to do the entire submission at once. Do a 'view<br>> > source' in your browser to see if that is the case?<br>> > If so, you probably want to eliminate the (:adl form<br>> > entry:) since you will have to create it manually.
<br>> > Next, you will have to be sure to give the form you<br>> > create manually the correct name since you will not be<br>> > using the adl directive to do this. Probably<br>> > something like this: (:input form entry method=post
<br>> > enctype=multipart/form-data:), check the syntax (note<br>> > the 'entry' as the name).<br>> ><br>> > You then would have to somehow deal with the action,<br>> > does the adl need an action? Can it handle two
<br>> > actions (you already have a 'postupload' action<br>> > defined)?<br>> ><br>> > Lastly, where are you trying to post this? You<br>> > mention the same page as the photo, but you I am not
<br>> > sure where you are trying to post the photo? It looks<br>> > like from your form that you are trying to post it to<br>> > the current page?<br>> > > (:input hidden name=n value={$FullName}:)
<br>> > So in the current page wherever you would like your<br>> > new table posted you would put an (:adl append:) line,<br>> > perhaps somewhere below your forms?<br>> ><br>> > -Martin<br>> >
<br>> > --- April Barrett <<a href="mailto:aprilbar@gmail.com">aprilbar@gmail.com</a>> wrote:<br>> ><br>> > > I am sorry but can you tell me where to add the<br>> > > append. I want to
<br>> > > have all of the data appended the same page with the<br>> > > image. I tried<br>> > > to add append but I only get a confirmation that the<br>> > > image was<br>> > > uploaded and nothing else...
<br>> > ><br>> > > On 3/16/07, Martin Fick <<a href="mailto:mogulguy@yahoo.com">mogulguy@yahoo.com</a>> wrote:<br>> > > > It also looks like you don't have an append or<br>> > > prepend
<br>> > > > entry on this page. Since you don't have a target<br>> > > > listed here:<br>> > > ><br>> > > > > (:adl form entry:)<br>> > > ><br>> > > > it will look to add the text to the current page
<br>> > > and<br>> > > > if the append/prepend tags are not there, it will<br>> > > do<br>> > > > nothing,<br>> > > ><br>> > > > -Martin<br>> > > >
<br>> > > > --- April Barrett <<a href="mailto:aprilbar@gmail.com">aprilbar@gmail.com</a>> wrote:<br>> > > ><br>> > > > > !!!<br>> > > > > (:linebreaks:)<br>> > > > > (:input form method=post
<br>> > > enctype=multipart/form-data<br>> > > > > :)<br>> > > > > (:input hidden name=n value={$FullName}:)<br>> > > > > (:input hidden name=action value=postupload:)
<br>> > > > > File to upload: (:input file<br>> > > name='uploadfile':)<br>> > > > > Name of upload: (:input text name='upname':)<br>> > > > > (IMPORTANT: if the file
<br>> > > > > name is intel-logo.jpg, you must type in<br>> > > > > intel-logo.jpg in this field<br>> > > > > or the image will not show)<br>> > > > > (:adl form entry:)
<br>> > > > ><br>> > > > > (:table:)<br>> > > > > (:cellnr:)Company Profile:<br>> > > > > (:cell:)(:input textarea profile rows=10<br>> > > cols=34:)<br>
> > > > > (:cellnr:)Company URL:<br>> > > > > (:cell:)(:input text curl size=45:)<br>> > > > > (:cellnr:)Faculty Affiliation:<br>> > > > > (:cell:)(:input text faculty size=45:)
<br>> > > > > (:cellnr:)Faculty Title:<br>> > > > > (:cell:)(:input text ftitle size=45:)<br>> > > > > (:cellnr:)Faculty URL:<br>> > > > > (:cell:)(:input text furl size=45:)
<br>> > > > > (:cellnr:)Outcome:<br>> > > > > (:cell:)(:input text outcome size=45:)<br>> > > > > (:cellnr:)(:input submit ok Enter:)<br>> > > > > (:adl templatepage [[MultiLineTemplate]]:)
<br>> > > > > (:adl end:)<br>> > > > ><br>> > > > ><br>> > > > > **************************************<br>> > > > ><br>> > > > > My form template string consists of more than
<br>> > > one<br>> > > > > line, so I am<br>> > > > > specifying the template in a seperate wiki-page<br>> > > > > called<br>> > > > > (MultiLineTemplate:
<br>> > > > ><br>> > > > > !!!<br>> > > > > (:table border=0 cellspacing=0 cellpadding=15:)<br>> > > > > (:cellnr width=33% align=left:)<br>> > > > > [[{curl} | Attach:{upname}]]
<br>> > > > ><br>> > > > > {profile}<br>> > > > ><br>> > > > > [[{curl} | {curl}]]<br>> > > > ><br>> > > > > (:cell width=33% align=left:)
<br>> > > > > [[{furl} | {faculty}]], {ftitle}<br>> > > > ><br>> > > > > (:cell width=33% align=left:)<br>> > > > > {outcome}<br>> > > > > (:tableend:)
<br>> ><br>> ><br>> ><br>> ><br>> > ____________________________________________________________________________________<br>> > The fish are biting.<br>> > Get more visitors on your site using Yahoo! Search Marketing.
<br>> > <a href="http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php">http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php</a><br>> ><br>> <br>