[SOLVED] Form: File Uploader Object

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
User avatar
AliGW
 
 
Posts: 542
Joined: Thu Dec 19, 2024 3:41 pm

[SOLVED] Form: File Uploader Object

Post by AliGW »

I am using the File Uploader object from the Toolbox on my form. It works fine, but when I upload an image to my form, I get this:

Code: Select all

C:\fakepath\Impact of Coastal Erosion - Ali Wright.jpg
Any idea why it says 'fakepath'? Might be a bit disconcerting for my users seeing this!

Thank you. :D
Last edited by AliGW on Tue Apr 07, 2026 4:23 am, edited 1 time in total.
Ali
Retired, but still loving to learn & very busy.
https://alisongwright.me.uk
Novice with WWB, but was an avid user of Serif WebPlus before.
Fairly expert at Microsoft Excel (but not VBA) & Affinity by Canva (for page layout).
User avatar
Pablo
 
Posts: 24597
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Form: File Uploader Object

Post by Pablo »

This is standard browser behavior, it has nothing to do with WWB.

C:\fakepath\
is a security feature in modern browsers (Chrome, Firefox, Edge) that hides your computer's actual file structure from websites. Instead of showing the true path (e.g., C:\Users\Name\Documents\file.pdf), the browser replaces it with this generic placeholder. It does not indicate an error, and the file will upload normally.
User avatar
AliGW
 
 
Posts: 542
Joined: Thu Dec 19, 2024 3:41 pm

Re: Form: File Uploader Object

Post by AliGW »

Thanks very much - I have never noticed it before! I'll look out for it. Usually when I upload files, I see only the file name in the upload window.
Ali
Retired, but still loving to learn & very busy.
https://alisongwright.me.uk
Novice with WWB, but was an avid user of Serif WebPlus before.
Fairly expert at Microsoft Excel (but not VBA) & Affinity by Canva (for page layout).
User avatar
Pablo
 
Posts: 24597
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: [SOLVED] Form: File Uploader Object

Post by Pablo »

If you set the 'type' property to 'Bootstrap' then only the filename is displayed.
User avatar
AliGW
 
 
Posts: 542
Joined: Thu Dec 19, 2024 3:41 pm

Re: [SOLVED] Form: File Uploader Object

Post by AliGW »

Ah, OK!

Unfortunately, I need to be able to customise the button.
Ali
Retired, but still loving to learn & very busy.
https://alisongwright.me.uk
Novice with WWB, but was an avid user of Serif WebPlus before.
Fairly expert at Microsoft Excel (but not VBA) & Affinity by Canva (for page layout).
Post Reply