On Mon, Oct 5, 2009 at 10:47 AM, Justme <[email protected]> wrote: > > To store images, do [^imagename.jpg^]. The little up arrows kind of > > suggest file uploads... > > Where do I do/put this? >
Create a test page or edit an existing page. Insert: [^sampleimage.jpg^] Save the page. Now you will have on your page sampleimage.jpg*?* The *?* tells you that the content is missing. If you click on the name and you will be asked to upload the image. Click Browse and you will see the files on your desktop. Find one that is in jpg format and select it. Now use Upload (note that the destination filename is already filleded in). Now the page has the image on it. What you can upload, if you can upload and the size allowed for uploads is controlled in the site.config file with the following: uploadMode: true uploadSize: 250000 uploadTypes: gif,jpg,png,txt,pdf,php These are not the defaults, just what I am currently using. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
