I have created a site which I am testing out for a prospective client. My main concern is
that uploaded files submitted through a form clients fill out can be downloaded. This is a needed function for clients like art galleries and print shops which need to view images in detail (I have already submitted a feature request). Here are my main issues:
-
When testing the site, I am able to successfully upload the image, however when downloading from the database - right mouse click or ctl click (dashboard only as database in site structure does not give me this option), image only downloads as a thumbnail (or should I say pinky-toenail as it is really tiny!) Here is the link for entering user info: https://fountainweb.wixsite.com/command/order
-
I tried a workaround where I created a dynamic page where the user’s info from dataset feeds into code where I can click on previous/next buttons to browse through the pages. Since this is testing mode, I am keeping all pages relatively simple. Here is link: https://fountainweb.wixsite.com/command/image-review
2 problems:
a. Dynamic pages only show info when in preview mode, and not when live on the site. Tried synching databases but this did not help.
b. In preview mode, images download a little better (or can open up in separate page), but in a smaller format. Example: 1000x600 pxi image downloads half the size and in 72pxi instead of 300pxi - original format. Lookng forward to hearing your feedback. Thanks!