Henryk
Posts: 63
|
| Posted: 04/17/2006, 7:18 AM |
|
CCS 2.0. I added an upload component to a form and it works like a charm. The only thing is, I have no idea how to make the filename a link so folks can actually view the upload. Any suggestions? Right now all it does is show a filename and size but no way to actually view it that I know of.
Thanks!
Henryk
|
 |
 |
peterr
Posts: 5971
|
| Posted: 04/17/2006, 12:34 PM |
|
Take a look at the file upload example in CCS Example Pack 2: http://examples.codecharge.com/CCSExamplePack2/FileUpload/FileUpload.php
It shows the list of clikable links to files after they are uploaded.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
grivers
Posts: 28
|
| Posted: 07/19/2006, 7:27 AM |
|
Add a 'link 'to the page which I assume is a record form or editable grid linking to the table where the doc name is stored. set the href source to the database field containing the doc name. Then assuming you are using a specific folder to store your documents select the link and switch the html mode. find the href code and before the {your_field_doc_name} write the folder name you store your documents in followed by "/"
|
 |
 |