Make Your Stamp
Description
The project is about on-line ordering of "self-inking stamps". You can upload your logo to be used on the stamp and also set the position of the logo by clicking on the stamps.
Notes
The demo does not deal with the problem naming the uploaded file. In in a real application, unique file names or directories should be used to store the logos, e.g.:
FN := 'Files\' + TIWApplication(Form.Owner).AppID + IWFile1.FileName;
Download
Download
|