Forums
This topic is locked
Dynamic link to upload file
Posted 27 Oct 2001 11:13:52
1
has voted
27 Oct 2001 11:13:52 Giampaolo Frongia posted:
Hi, i'm a beginner with Ultradev 4, and i don't know ASP very well.I created a form with a Pure Asp Extension, with the possibility of attaching a file PDF,and it works. The data is inserted regularly and the file is uploaded in its folder. After I created a results page with repeat areas, with a link to a detail page, in the deatail page you can see all data. My problem is trying to make the link in the PDF file that I sent,dynamic. ie. the condition that allows you to recuperate a specific file in the folder, at this moment i have :
<%=(Recordset1.Fields.Item("PDF".Value)%>
the name of the folder is "/files"
Thanks for your Help
Giampaolo
Rebel
Replies
Replied 27 Oct 2001 17:43:05
27 Oct 2001 17:43:05 Viktor Farcic replied:
Just add name of the directory
/files/<%=(Recordset1.Fields.Item("PDF".Value)%>
/files/<%=(Recordset1.Fields.Item("PDF".Value)%>
Replied 28 Oct 2001 12:31:19
28 Oct 2001 12:31:19 Giampaolo Frongia replied:
That's ok!I have a dynamic link.
But, in the link i want to see the specific name of the file that i sent too.
What do i have do too see it?
Thanks!
Giampaolo
Rebel
But, in the link i want to see the specific name of the file that i sent too.
What do i have do too see it?
Thanks!
Giampaolo
Rebel