Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
PDF link into VFE
cc96ai
Scenario:
user type/copy content into VFE, and it has a link to PDF,
e.g.
Read [click] here to download.
however the PDF is in user local machine.
user need to do open java uploader to upload file,
my question is, do we have any simplify way to process ?
Find more posts tagged with
Comments
Migrateduser
huh? Could you be a bit less economical with your words?
cc96ai
ok ,
user is using CCSTD
1. Upload PDF -> through workflow process
2. find out the URL
3. create content , and create and paste URL into hyperlink
4. start workflow process again.
so it seems they have duplcate the steps to make one page live.
Migrateduser
Oh, I see.
I agree with you -- you might consider implementing an UPLOAD callout right in your DCT. I've done that and you can specify what types of files you want the user to upload and also in what directory the upload will be deposited. Then, you can use it in the VFE that's in the same form.
Dave
Migrateduser
For that matter, you could modify the link command in the VFE to include an upload from my pc function. Adding custom commands to the VFE used to be a major PITA, but I understand that Jonathon and Jeff have basically solved that particular problem in a super easy fashion - see their GearUp presentation for details:
http://devnet.interwoven.com/site.fcgi/techlib/docs/GearUp06/presentations/BuildingAReusableFormAPIFramework.pdf
GriffTheDog
If you do a search in support on dct and upload it will bring you to code you can use.