VSD 6.0.6 - Upload to files/download/

User 1892988 Photo


Registered User
151 posts

I asked this already in a combined question but did not get the answer I was looking for. Let me try it again:

(With or without using Form Builder 8.1) How can I on my site upload files the the "files/download/" folder?
HTML Editor, Visual Site Designer, Web Form Builder, Picture Gallery, Fire Starter,
News Reader, Web Access Manager, Password Wizard

asaruba.com
beholdmyvision.com
User 282670 Photo


Registered User
3,940 posts

HI Dick,
the answer is by using the "link to a document" option in the link properties window..:) by using this option they will be copied into the Download folder in the files folder




User 1892988 Photo


Registered User
151 posts

Thanks Bruzer.

...but that's not what I meant.

I want to be able to upload a file to the "files/download/" folder using the end-user interface. (the site itself)

Say I have a file called "schedule.pdf" which can be opened on a certain site. Now my client want to replace that file with a new updated "schedule.pdf".

I want to give them the opportunity to upload that file to that folder (replacing the other) not using FTP utilities but an option that I build on their site.

CC Form Builder would be perfect if I had a saying where the files are placed when uploaded.
HTML Editor, Visual Site Designer, Web Form Builder, Picture Gallery, Fire Starter,
News Reader, Web Access Manager, Password Wizard

asaruba.com
beholdmyvision.com
User 282670 Photo


Registered User
3,940 posts

Hi Dick,
try this - when using Web Form Builder, you would need to open the php file in html editor or whatever you use and around line 157
( define('CC_FB_UPLOADS_DIRECTORY', 'files'); )
and change it to

( define('CC_FB_UPLOADS_DIRECTORY', 'files/Download');

I tried this and it worked for me




User 1892988 Photo


Registered User
151 posts

Thanks Bruzer, I will try it right now!
HTML Editor, Visual Site Designer, Web Form Builder, Picture Gallery, Fire Starter,
News Reader, Web Access Manager, Password Wizard

asaruba.com
beholdmyvision.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.