Forums
This topic is locked
Dynamic link to upload file
Posted 23 years ago
1
has voted
23 years ago 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"

the name of the folder is "/files"
Thanks for your Help
Giampaolo
Rebel
Replies
Replied 23 years ago
23 years ago Viktor Farcic replied:
Just add name of the directory
/files/<%=(Recordset1.Fields.Item("PDF"
.Value)%>
/files/<%=(Recordset1.Fields.Item("PDF"

Replied 23 years ago
23 years ago 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