Gossamer Forum
Home : Products : DBMan : Customization :

Preview Mod and File Upload Mod

Quote Reply
Preview Mod and File Upload Mod
I have two of JP Deni'sMODS installed in one setup: single file upload and preview
However, when I use the preview button, the image does not get previewed and when I complete the "add" record process the record is posted without the image.

To make sure I have no coding errors I simply replaced the MOD's preview code:
<INPUT TYPE="SUBMIT" NAME="preview_record" VALUE="Preview Record">

with the original code:
<INPUT TYPE="SUBMIT" NAME="add_record" VALUE="Add Record">

and the record is processed as it should be, including the uploading of the image.

Any suggestions as to how both mods can be used in the same file(s) would be appreciated.

Regards,

Chef Mars
Quote Reply
Re: [mars2] Preview Mod and File Upload Mod In reply to
The is a few tricks to getting these two mods to work together. Please check out the DBMan FAQ and check under the section "Images" and I think you will find some threads which give the solution.

Sorry, I don't have time to find the exact reference at this time.

Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/
Quote Reply
Re: [LoisC] Preview Mod and File Upload Mod In reply to
Lois,

Thanks for the tip.
I found two FAQs on the topic and will see what I can do using their "wisdom".

Regards,

Chef Mars