Howto add multiple files in mucow

hi guys,
so i'm very new at creating mucow files for muse, I have already created one called "YTPlayer" which is available on the muse addons site but now I want to
create more complex ones...
i'm working on creating a carousel mucow based off of a jquery plugin but I am stuck on how to let the user add multiple images files via the mucow and then
have those files included in the code... for example if I wanted to let them add 3 image files to the carousel I could create 3 <text> parameters where they would
specify the name of the images and then they could use the upload function of muse to upload the images and I could use something like this:
<pageItemHTML>
<![CDATA[
     <img src="assets/{param_image1}">
     <img src="assets/{param_image2}">
     <img src="assets/{param_image3}">
]]>
</pageItemHTML>
but of course this then limits them to 3 images only, how can I let them select many images and then specify that in the mucow code?... is this even possible?
-thanks

if all images have the same name following a number then you could add one text field only:
<pageItemHTML> 
<![CDATA[
     <img src="assets/{param_image}1">
     <img src="assets/{param_image}2">
     <img src="assets/{param_image}3">
]]> 
</pageItemHTML> 
It's not the best solution, but it works.

Similar Messages

  • How do I add multiple files (mp3) at once?

    I just updated to iTunes 11 and I regret it. It's supposed to be easier and more convinient but it just didn't work for me. I deleted my songs from my library and now I want to add multiple new ones. But how? the only option I could see is to add file. one file! I have literally thousands of songs. Please help me.

    Fair enough.
    I started doing this before unlimited data and emails on phones was a common commodity, on my Samsung Blackjack.
    I then continued it due to its convenience. My only counter argument is this:
    Even when emails are set to immediately push, I am always notified earlier by this forwarding message (sometimes by several minutes/hours due to the fact that it is not dependent on my being connected to 4G or wifi to receive it.
    Also, to contradict snozdop's point that both methods use data and battery, I say this - when I use the forwarding method, the information comes in a pure text format and therefore uses considerably less information than an HTML and CSS rich email, with embedded images and such -also, unlimited text messages aids curve costs.
    I will, however, give this method a go. In any case, a solution to my original question would still be greatly appreciated.
    Thanks guys.

  • How do you add multiple files to template?

    I want to add several files to the CREATE DVD template batch. I don't understand how you go about doing this. It seems to only allow one.

    Try it in reverse; just drag all of your files into the Compressor batch window; select all of them, and then drag the template you want over them.

  • How to add multiple files to an itunes library?  I try each time...

    Hi,
    I have a bunch of music files that I want to add to my itunes library, but when I do a multiple add (single adds work fine), it doesn't add all the files, it just does nothing. But when I do 2-3 at a time, it works, just does not work for let's stay 5+ files at a time. I go to File->Add file, then select the songs. Please help!

    I'm wondering if you're trying to import music files with digital rights management (DRM)? Also, sometimes iTunes doesn't like mixed types being dragged together, e.g. AAC and MP3 or MP3 and WAV or AAC. You should be able to drag and drop a whole folder. Don't know if that's much help. Maybe you could provide more details on file type, where you're copying from.

  • Cannot add multiple file screens on a specific path

    I have a situation where the limitation of adding a single file screen to a specified path just doesn't work.
    Using Windows Server 2008 R2 64Bit
    We don't allow users to store things like images, video and audio on any server and we want to be notified whenever someone attempts to do so.
    To that end we setup the email notification and it works great.
    The problem is that now, we get a notification for some file types where we don't want notification, but because you can only setup a single file screen for a specific path, the notifications are sent, in the hundreds most of the time.
    What I really need is the ability to create a file screen for images, videos, audio and executable files that will send notification to the person responsible for ensuring users do not violate the usage policy, and a separate file screen for other
    files that we have restricted because they simply create clutter and for the most part are automatically generated by the OS when the user logs into the domain ... things like desktop.ini and thumbs.db files. For these files, I do not wish to receive
    notification because it isn't really a violation of the computer use policy so much as it is a restriction put in place to prevent unfettered clutter from filling the limited space we allocate for users.
    Is there a solution that can be instituted that can make this happen?

    Hi,
    As you said we cannot set more than 1 file screen for a specific folder.
    From your description you would like to stop the reports for some default files like desktop.ini, thumbs.db etc, how about add them into Exception list in the file screen you created for that folder? This seems to be the only workaround in current situation. 
    If you have any feedback on our support, please send to [email protected]

  • Is it possible to add multiple files to a collection at once?

    Hello,
    I have a lot of big zip files and I want to add them all to a single collection. It would take ages to do it one-by-one. Is it possible to do them all at once? How can I do that?
    Many thanks.

    Hi there,
    Thanks for posting. Unfortunately, it's not possible to upload a zipped file to Acrobat.com; we support the filetypes listed on the following linked page:
    http://kb2.adobe.com/cps/524/cpsid_52456.html
    I'm very sorry to disappoint you! We are constantly trying to improve our service, and I'll be sure to put in a good word for supporting .zip uploads. In the meantime, you could always suggest it yourself at our Ideas site, where people post, view, and vote on suggestions for additions to the service at Acrobat.com:
    http://ideas.acrobat.com
    Thanks, and take care,
    Rebecca

  • Only Able To Add One File At A Time From Mapped SharePoint (2013) Drive to Outlook (2010) E-mail

    I am using SharePoint 2013. I have mapped several network drives. When adding files off SharePoint to an Outlook email, I can only add one file at a time. I can add multiple files IF they are not on SharePoint (e.g., stored locally, or on Dropbox); Previously,
    when using SharePoint 2010, I was able to upload multiple files. 
    ANy advice?
    Thanks. 

    Hi,
    There are two methods to add multiple files from SharePoint library to outlook emails:
    Sync SharePoint library to outlook via “Connect to Outlook”, then you will find SharePoint Lists in outlook. Locate the library folder, you could select multiple items and drag them to an email.
    Open SharePoint library via “Open with Explorer”, then you could selected multiple files and drag them to an email.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Multiple file upload in SharePoint 2013 using AjaxFileUpload

    Hi all,
    I want to add multiple files using file upload control in our visual web part SharePoint 2013. I tried to use AjaxFileUpload (from Ajaxcontrol toolkit) in my visual web part and also added the handler in web.config as described in article (http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/ajaxFileUpload/ajaxFileUpload.aspx).
    But, it’s not even opening the browse dialog box.
    I also tried to see if any third party control is available to achieve multiple file upload in SharePoint 2013 Visual web part, but without any success.
    Please help.
    Regards,
    Monica

    Hi
    Try to add the dll files of Ajax Control Toolkit in the
    Bin folder of your SharePoint Web Application (IIS Site)
    Hope that help
    Ahmed Naji SharePoint Geek
    MCP|MCTS|MCPD
    My English SharePoint Blog | DotnetFinder My Arabic SharePoint Blog|
    CodeReloaded
    My Gallery Contributions
    SharePoint 2010 Twitter Web Part
    SharePoint 2010 Custom Timer Job

  • "Place" - multiple files

    your should make "Place" just like in InDesign so you can add multiple files - and then you should be able to add them one by one, the just like the way you do in indesign but without the cropping frame ofc.

    Its actually a good idea this one. Being able to drag across and selection of files directly from Bridge and have them load into the destination document as 'leaves'- similar to Indesign.
    The problem with this - because photoshop is actually placing the entire pixel structure of the file into the destination document, it would be very difficult to implement. Photoshop files can be huge, they could be 1 gig layered documents. Remember Indesign is only pasting LINK'S to the  source documents. All its having to generate, are low res previews of the file as it does this.
    I think when Smart Objects are extended to include externally linked files, this may become possible.

  • Problems importing multiple files into iTunes

    I'm running the most recent version of iTunes. When I try to add multiple files to my itunes library a box pops up and it seems to be importing, but when the box closes, the files are not in my library. I can only add 2 or three files at a time, but no more than that. This didn't happen with the older version of iTunes. Is anyone else having the same problem, and is there a way to solve this? I have tons of files that I want to import, but at this rate, it will take months to import them. Please help!

    flash is limited to 16,000 frames.
    use several swfs and load them into a main swf.

  • How do I add multiple images into one file?

    I'm sure this is something that's been covered in another post (or even in the help portal) but I think my wording in my search terms are not correct or... I don't know, because I just can't find what I'm looking for.
    I want to know how to add multiple images into one file/one image, both horizontally and/or vertically. To give you an idea of what I mean, check out :
    http://www.best10apps.com/apps/comic-story,531596060.html
    If you scroll down, you'll see a heading entitled : Screenshots of Comic Story. Notice how there's 3 pictures (divided by borders). 2 of those pictures are side by side, and 1 of them is below the first 2 pictures.
    I want to know how to add different pictures/images and put them into one picture.

    One way is to create template PSD files and populate them with your images using Photoshops scripts.
    Photo Collage Toolkit UPDATED June 12, added Picture Package Support via PasteImageRoll and BatchPicturePackage scripts.
    The package includes four simple rules to follow when making Photo Collage Template PSD files so they will be compatible with my Photoshop scripts.
    There are eleven scripts in this package they provide the following functions:
    TestCollageTemplate.jsx - Used to test a Photo Collage Template while you are making it with Photoshop.
    CollageTemplateBuilder.jsx - Can build Templates compatible with this toolkit's scripts.
    LayerToAlphaChan.jsx - Used to convert a Prototype Image Layer stack into a template document.
    InteractivePopulateCollage.jsx - Used to interactively populate Any Photo Collage template. Offers most user control inserting pictures and text.
    ReplaceCollageImage.jsx - use to replace a populated collage image Smart Object layer with an other image correctly resized and positioned.
    ChangeTextSize.jsx - This script can be used to change Image stamps text size when the size used by the populating did not work well.
    PopulateCollageTemplate.jsx - Used to Automatically populate a Photo Collage template and leave the populated copy open in Photoshop.
    BatchOneImageCollage.jsx - Used to Automatically Batch Populate Collage templates that only have one image inserted. The Collage or Image may be stamped with text.
    BatchMultiImageCollage.jsx - Used to Automatically Batch Populate Any Photo Collage template with images in a source image folder. Easier to use than the interactive script. Saved collages can be tweaked.
    BatchPicturePackage.jsx - Used to Automatically Batch Populate Any Photo Collage template with an image in a source image folder
    PasteImageRoll.jsx - Paste Images into a document to be print on roll paper.
    Documentation and Examples

  • How do I add multiple text block records from text file?

    The data manager documentation (page 151) for MDM 5.5 SP3 indicates that one or more new text blocks can be added to the Text Blocks object table from files. It is noted that the files must be plain text files.
    I use notepad and create a text file with two lines as follows:
    Test 1
    Test 2
    When I try to add the text blocks following documentation mentioned above, it only adds one record for the Data Group I have chosen and the record contains the entry "Test 1" from the first line in the text file.
    How can I add multiple records to the data group from a file?

    From my testing it appears that you need to have one text file per text block record in Data Manager.
    I wrote VBA macro to so that I could input my text blocks into an Excel spreadsheet and then the macro will take the contents of each cell in a highlighted column and create one text file per cell.
    Then using Data manager, I can select all of the text files at once and it will import them, creating one record per text file.

  • How do you add a water mark to multiple images within multiple files?

    I am having real trouble in trying to add a water mark to multiple images (mixture of jpegs and tiffs) within multiple file.
    I have used the Batch processing tool, but this hasn't worked or has been inconvenient, asking me to resave each individual file.
    If anyone can help or suggest another way of doing this, that would be great!
    Thanks
    Becca

    Are you using Russell Brown's script for placing watermarks?  Also you mentioned, "Within multiple file."  Did you mean multiple folders?  The batch processor has a check box for applying process to multiple folders.  What itsn't working - exactly?

  • Is there a way to simultaneously add text to Comments field for multiple files?

    Is there a way to simultaneously add text to Comments field for multiple files? I know I can use Option+Comman+i to bring up the Inspector window but it doesn't have a Comments field. For example, in iTunes you can select multiple files and change metadata for any field simultaneously and easily yet when it comes to the Comments field in the Finder, this seems to be missing.
    In our production environment, Comments field is important because we place notes about what drive the file originated then when it gets transferred to LTO-6 tape via LTFS, we can quickly trace it in the event we needed to recreate the hard drive. Because tape archiving is linear, we can't store all of the files on the same tape.
    We've tried using Apple's Automator but it too seems to not have a way to batch change text in the Comments field. Any help is appreciated.

    What is "order data"?

  • How to add a field for multiple file upload in WebApps ?

    I am creating a WebApp for user to save some information with multiple pitcures. I can only see a single uploader.
    How can I add multiple image uploader and How can I create a custom file upload field rather than image upload ?

    Hi,
    There's no other upload field type for web apps.  You'll need to use the "image file type" to apply multiple file upload fields within the web app form in this case.
    Kind regards,
    -Sidney

Maybe you are looking for

  • 10.6.1 Slow Startup and Shutdown

    Did anyone notice the difference between the 10.6.1 startup and shutdown times and the 10.6 times ? I had to do a clean install of 10.6 and ignore the 10.6.1 update to get back speed in startup and shutdown. Is there anyway to solve this. Thanks.

  • Can't log into phones

    We just installed a Lync environment with one Standard Edition server, one Edge, and a reverse proxy on IIS ARR. Last week we were finally able to connect to Lync from the outside, through the edge, on the desktop Lync 2013 clients.  I had to change

  • Error in FI Allocations

    Hi, We have custom program for FI allocations where documents are getting posted using BAPI_ACC_DOCUMENT_POST. In one instance of allocations in Prod system, below error messages appeared in the message log, when the cycle was revresed and rerun. Eve

  • Trouble uploading photos on a shared site

    i put some photos from my mobile phone on my desktop computer and i have tried to upload my photo to a shared site but it will not let me do it

  • Fan runs at full speed all the time

    The fan on my brand new iMac 17" runs at full speed all the time, creating an unbearable amount of noise. The activity monitor shows 99% spare time, i.e. nothing much is running. I updated all software, checked the firmware version (it was the latest