PHP to CFM

I found a php code and I want to convert it to CFM. I already
converted most of the code by there're some that I don't know how
to. I'll post the part that I don't know how to. Hopefully someone
can help me

dchard wrote:
> I found a php code and I want to convert it to CFM. I
already converted most of
> the code by there're some that I don't know how to. I'll
post the part that I
> don't know how to. Hopefully someone can help me
>
>
>
>
> <?php
> if($_GET['album_id']=="1"){
> $tofold="/images/";
> }else if($_GET['album_id']=="2"){
> $tofold="/images2/";
> }else{
> $tofold="/images3/";
> }
> if($_GET['do']=="redirect"){
> $host = $_SERVER['HTTP_HOST'];
> $uri = rtrim(dirname($_SERVER['PHP_SELF']), '/\\');
> header("location:
http://".$host.$uri.$tofold);
<cflocation url="...">
> die();
> }
> $filekeys = array_keys($_FILES);
> $filekey=$filekeys[0];
> $uploaddir =
dirname($_SERVER['PATH_TRANSLATED']).$tofold;
> $uploadfile = $uploaddir .
basename($_FILES[$filekey]['name']);
> if (move_uploaded_file($_FILES[$filekey]['tmp_name'],
$uploadfile)) {
>
> //echo "File is valid, and was successfully
uploaded.\n";
> } else {
> //echo "Possible file upload attack!\n";
> }
This code uploads the first file that the user sent. Use
<cffile
action="upload"...>
Mack

Similar Messages

  • How I detect in a dynamic website either PHP or CFM or JSP that cookies & javascript are enabled ?

    How I detect in a dynamic website either PHP or CFM or JSP that cookies & javascript are enabled ?

    You do that on the browser end using JavaScript. For cookies, simply establish session variables in PHP or whatever you use. if the browser refuses them, they wil lreturn a respective value in the referrers...
    Mylenium

  • Converted internalServerReporting from .php to .cfm

    I posted this on the general discussion forum but it doesn't seem to be getting any looks....
    Hi
    I recently converted the internalServerReporting.php file to .cfm, since I'm not yet using a LMS and I just needed to capture quiz results.
    I'm writing the results of my Captivate 7 quiz to a .txt file successfully (an insert query too). My Captivate 7 quiz completes and immediately after the user fills out and clicks the Send button in the Post Results dialog box (where they enter their name and email id) I get an Adobe Captivate error message in a dialog box with "Unknown Error" and an OK button.
    I think this is a Captivate error and not a Coldfusion error, as my Coldfusion "internalServerReporting.cfm" writes the text file as expected, and the Coldfusion server error logs are empty. Does anyone know how I can turn on/enable any available debugging data in Captivate so that I can trap this error?
    For your convenience my .cfm file is pasted below.
    Thanks in advance for your help,
    Rich
    Rich Leach
    Interactive Media Developer
    Advanced Certified ColdFusion Developer
    <cfsavecontent variable="results">
    <cfoutput>
    Company name: #form.companyname#<br>
    Department name: #form.departmentname#<br>
    Course name: #form.coursename#<br>
    File name: #form.filename#<br>
    File data: #form.filedata#<br>
    <cfset retXml=#xmlParse(form.filedata)#>
    Learner name: #retXml.Course.LearnerName.xmlAttributes["value"]#<br>
    Learner email: #retXml.Course.LearnerID.xmlAttributes["value"]#<br>
    Lesson name: #retXml.Course.LessonName.xmlAttributes["value"]#<br>
    Quiz attempts: #retXml.Course.QuizAttempts.xmlAttributes["value"]#<br>
    Total questions: #retXml.Course.TotalQuestions.xmlAttributes["value"]#<br>
    Status: #retXml.Course.Result.CoreData.Status.xmlAttributes["value"]#<br>
    Location: #retXml.Course.Result.CoreData.Location.xmlAttributes["value"]#<br>
    Raw Score: #retXml.Course.Result.CoreData.RawScore.xmlAttributes["value"]#<br>
    Max Score: #retXml.Course.Result.CoreData.MaxScore.xmlAttributes["value"]#<br>
    Min Score: #retXml.Course.Result.CoreData.MinScore.xmlAttributes["value"]#<br>
    Session Time: #retXml.Course.Result.CoreData.SessionTime.xmlAttributes["value"]#<br >
    </cfoutput>
    </cfsavecontent>
    <cffile action="write" file="/Applications/ColdFusion10/internal.timetracker/runtime/work/Ca talina/localhost/tmp/captivateTestResults.txt" output="#results#" nameconflict="overwrite">

    Jim
    ...jeez, what a rookie mistake....
    I did some debugging and found this reported error in my browser (Chrome):
    XMLHttpRequest cannot load http://127.0.0.1:8503/captivate/internalServerReporting.cfm. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access.
    From my years of web development I immediately recognized this error; it's a cross domain issue. But, I'm running everything localhost, what's not in the same dom.... Oh yeah, right after publishing the Captivate movie a dialog box appears "Publish was successful. Do you wish to view the output?" Naturally I clicked yes, which opened the .html file locally in my browser (as in File:Open) and NOT served from the web server (as in http://127.0.0.1/myCaptivateTest/).
    As soon as I ran my Captivate test movie from the web server everything ran just fine.
    Thanks for your help and patience. This script officially now works, so if anyone needs to record Captivate test/quiz results on a Coldfusion server, feel free to copy the above Coldfusion code into your own "internalServerReporting.cfm" and tell Captivate in your preferences where to expect it on your Coldfusion server.
    Rich

  • PHP, ASP, CFM Server Behavior Code Output in DW 8- CS3- CS4

    Is there any major differences in the SB code output in CS4 vs CS3 or 8?  I am debating buying CS4, but have heard code is essentially the same output when using the PHP, CFM and ASP server behaviors.  I essentially only use DW for the pre-built SB dynamic functions as I write my own HTML and CSS. I can hand code if needed in DW8, but wanted to check with the experts on the code output of both versions.  Is there any major difference?

    Thanks David.  I may wait for CS5 then to see if any new features in Server Behaviors set of actions.  I should hand code more, but the DW server behaviors are great for a quick basic website.  I just worry they wont work completely with new versions of CFM and PHP to come.

  • Question regarding php files in apex bundle apex_4.0.2.zip

    hi
    please suggest why we have php files in apex ? I belive the spell checker textarea feature is removed from 4.0.2 but still there are some php files found in apex bundle and cause of this we have one vulnarability issue “Upgrade to PHP version 5.3.12 / 5.4.2 or later. A 'mod_rewrite' workaround is available as well.”
    Please suggest if we can remove these files or they are really necessary and should stay in images folder ?
    folder: \images\fck\editor\dialog\fck_spellerpages\spellerpages\server-scripts
    spellchecker.php
    spellchecker.cfm
    spellchecker.pl

    Hi Sachin,
    you can remove the "server-scripts" folder. In newer versions of APEX this folder is not included anymore.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Backing up and restoring site definitions

    Losing your site definitions in Dreamweaver can be a disaster, but it does happen sometimes. The best way to prepare for such an eventuality is to back up your site definitions on a regular basis.
    Creating a backup
    You can back up all your site definitions in a single operation by selecting Site > Manage Sites. In the dialog box that opens, Shift-click to select all site names, and then click Export.
    In Dreamweaver CS6, the Manage Sites dialog box looks like this:
    In earlier versions of Dreamweaver, it looks like this:
    Dreamweaver asks if you want to include passwords and login details (this is the default option). Whichever option you choose will be applied to all sites, so click Cancel if you want to treat some sites separately, and export your sites in two sets by using Ctrl/Cmd-click to select them.
    When you click OK, Dreamweaver asks where you want to export the definitions. Navigate to a suitable location, leave the File name field unchanged, and click Save. Although only one site name is listed in the File name field, Dreamweaver exports all the site definitions as .ste files in a single operation.
    NOTE: This process backs up only the details of your sites, such as the location of the root folder, FTP details, and so on. It does not back up the actual files in your site, such as .html (or .php, .asp, .cfm) files, images, and style sheets. It's a good idea to use your normal file backup routine on your actual files from time to time, as well as exporting the site definitions.
    Restoring site definitions
    In the event of losing your site definitions in Dreamweaver or moving to a new computer, open the Manage Sites dialog box, and use the Import button to navigate to your backup .ste files.
    What if I don't have a backup?
    Often, if you don't have a backup of .ste files, you need to go through the whole process of re-entering the details for each site manually.
    However, you might be able to restore them by using a restore point on Windows or Time Machine in Mac OS X.
    On Windows, the site definitions for Dreamweaver CS6 are stored in the Windows Registry at HKEY_CURRENT_USER\Software\Adobe\Common\12.0\Sites.
    In Mac OS X, they are at Macintosh HD:<username>:Library:Application Support:Adobe:Common:12.0:Sites:Site Prefs.
    In recent versions of Mac OS X, the Library folder is hidden. In the Mac Finder, select Go > Go to Folder, type ~/Library in the search field, and click Go.
    Dreamweaver CS5.5 site definitions are in the same location, except use 11.5 instead of 12.0. The numbers for CS4 and CS3 are 10 and 9 (without a decimal fraction) respectively. For earlier versions of Dreamweaver, substitute Macromedia for Adobe, and adjust the number accordingly.
    If you don't have a backup of the actual files on your site, download the files from your remote server.

    Hello,
    We are running iPlanet 5.2 Messaging Server and need
    to migrate to another (duplicate) 5.2 Messaging
    Server. We have all the software installed and the
    LDAP user accounts created. Now we just need to move
    the existing mail from one server to the other.
    I found the Backing Up and Restoring the Message
    Store section in the Admin Guide says to back up and
    restore your data, Messaging Server provides the
    imsbackup and imsrestore utilities.
    However I am wondering about the Queue?
    Under <instance>/imta/queue
    What is the difference between the Message Store
    and the Queue? The Message Store is where messages get delivered to, so you can read them.'
    The queue is where messages are temporarily stored, pending delivery to wherever they go.
    You can use tar, cpio, or what have you for the queue. Stop the server first. . .
    You then just restore the files to the new server. No need to restart or anything like that. Just dump the files in, and run
    imsimta cache -sync
    to tell the MTA to re-read the queue.
    Can I just backup and restore the
    Queue using tar or cpio?
    Thanks in advance for any advice.
    Regards,
    Tim

  • How to make 1 spry menu for the entire site? but not on each page

    i have a website that i wish to have multiple pages available all form the same menu and late and probably at regular intervals add more tabs to the menu
    is there a way to create a spry menu speratley that the page some how references, something like a frameset but without using framesets?
    im sort of new to webdesigning and unsure of the correct terminology, so i am finding it difficult to look up stuff that i don't know the name for, but will gladly go read someting if you point me in the right direction.
    regards
    for now
    wayne

    You can do this with PHP or ColdFusion
    These are "server side" scripting languages so you will have to test your website after you upload to you web hosting account.
    Or if you set up a local server. Without the local server you will get errors when you open them in firefox.
    To use the following what you do is "Cut" the part you want to be on all pages out, "Paste" it into a seperate document and in its place on your page you put one of the following suitable tags.
    You will also have to rename your main file to .php or .cfm as opposed to .html
    Again, whatever page you put one of these tags on, their extention must change match the type of tag used.
    First Method (PHP):
    PHP is the more common method -
    <?php @ require_once ("yourMenu.html"); ?>
    Require_once is basically a safeguard so that you don't add the menu twice onto a page.
    This will only work for PHP 4+
    This method would work for older versions of php too -
    <?php @ include("yourMenu.html"); ?>
    Second Method (ColdFusion):
    This will only work if your host has ColdFusion installled -
    <cfinclude template="bla.html">
    eg index.html
    <html>
    <head>
    <title>Stuff</title>
    <head>
    <body>
    <?php @ require_once("SpryMenu.html"); ?>
    </body>
    </html>
    SpryMenu.html
    <ul id="menubar1" class="MenuBarHorizontal">
        <li><a class="MenuBarItemSubmenu" href="#">Item 1</a>
            <ul>
                <li><a href="#">Item 1.1</a></li>
    </ul>

  • Email screen print?

    Is there a way to have an email automatically generated of a
    screen print? or have a list of what cards the person selected in
    order? here is the link to what I am talking about
    http://www.depthwork.com/cards/HTML/cards2.html
    The person goes through a selection of cards and the results come
    up in the end....I would like their results sent to the owner of
    the website along with their email address. Is this possible? I
    will send the code that GWD so graciously helped me with a while
    back for anyone willing to take on this challenge. I know this is
    way over my head even though in the beginning it didnt seem that
    way. Thank you for any help in advance.

    Hey mkbanister, thanks for the glowing comments!
    Just a quick note to others... here's some background
    information that I already provided to mkbanister:
    There is no way that flash can (by itself) send you an email.
    It is possible to use the getURL command with a mailto: link to
    launch an email client send message window - there are others who
    have asked how to do this on the flash forum and I've answered it a
    couple of times so this should be available via search, if not ask
    away on the forum again and I (or someone else) will answer for
    sure -but that approach is a) unreliable because for someone who
    uses gmail - for example - and not Outlook express or whatever it
    won't work and b) people may not want to send you the email.
    The best way is probably to use a scripting language on your
    web server (PHP, ASP, CFM etc) and a database. So using this
    approach, flash would at the end do a LoadVars.sendAndLoad to tell
    the server what was selected and the server script would either
    send you an email or save it in a database. But if you're not
    familiar with that its going to be a reasonable learning curve to
    do it - not intended to be discouraging - just to let you know.
    I'm still learning that side of things. I can make flash talk
    to PHP but I'm not so familiar with making PHP talk to the database
    yet.

  • Convert InContext to PageLime... what ICE should have been!!!

    Hey guys... check it out.. I'm coming up with a script that will convert any existing InContext site to a PageLime site with a click of a button.
    Based on the overwhelming number of email from those of you interested, I thought I'd write this up real quick.
    If you're not using it yet.. check out this video. PAGELIME CMS
    Their Video Demo tutorial pretty much sums it up.
    In the meanwhile, the easiest thing to do is a simple "Search and Replace" from within Dreamweaver.
    Basically, the simple PageLime interface only requires two things.
    A unique ID
    Any Class name
    All it needs is an 'id" and a "class"....
    For consistency, I give all mine the same class. It works even if you add it as a secondary pseudo. Here's some examples of the code:
    <div id="anything" class="cms-editable" />
    or if you already have a class assigned, you could do something like      this
    <div id="sidebar" class="right cms-editable" />
    REQUIREMENTS:
    <div id="REQUIRED" class="anything" />
    how simple is that??? Duhhhhh!!!
    PageLime just    figures out the rest. Pages can be php, asp, cfm... anything!!! And the beauty is they are actively listening and updating the core everyday... In the Pro    plan, new features just show up. They're working on a full version shopping cart, integration with SiteGrinder3, dynamic content... you name it, they're on it!!!
    If you have specific questions, feel free to email me directly ANYTIME... Everyone here will tell you I respond at all crazy times of day, if you have a question, email me and I'm most likely up and on. No more waiting for Adobe to get their lazy a$$'s around to answering questions.
    [email protected]
    Enjoy guys!! You're gonna like this one!!
    -Tommy

    I agree. Just think how much money Nokia spent on winning it's customers, and how much it only needed to spend to keep it's customers who have abandoned it. It's amazing what competition can do.

  • Drop down menu changing values in a form

    i have four different sites i would like to search by
    entering the search criteria from my page. when they type their
    search into the text box and hit submit, it would open a new
    window, to the site they searched, displaying the results. i can
    accomplish this with four separate forms, however to save space i
    would like to combine them all into one form. in the end i would
    like one form with one text field, one submit button, and a drop
    down menu containing a list of the four different sites they can
    search.
    how would i do this? the drop down menu would need to change
    a few different attributes in a few different tags to get this done
    it seems. is that done with javascript? can someone help me out
    please?

    You could use the input of the drop down to dictate the
    redirect URL in your form. i have done this and it depends on what
    language PHP ASP CFM? basically look in the code for your
    MM_RedirectURL variable and add a if statement after the code that
    processes the form like this.
    PHP
    IF ($_POST['select_field'] = "site1") {
    $MM_RedirectURL = "www.example/site1/index.php";
    IF($_POST['select_field'] = "site2") {
    $MM_RedirectURL = "www.example/site2/index.php";
    redirect ("Location: " . $MM_RedirectURL . "");
    exit;
    This assumes your select field is named "select_field" and
    the values are site1, site2. But you could use whatever you want.
    Also add two more ifs or use else to make four, the logic works in
    any language (at least that i have used)

  • Comments form

    i want to make a simple 3 fields name,e-mail and comments
    form inside my web site and when the
    visitor click submit it i will recieve it as un e-mail.
    Thanks

    :-P
    Lawrence Cramer
    *Adobe Community Expert* - Dreamweaver -
    http://tinyurl.com/jhnyq
    email: lawrence at cartweaver dot com
    Cartweaver CF, ASP & PHP Shopping Cart for Dreamweaver
    www.cartweaver.com
    news://support.cartweaver.com
    =====================================================
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:[email protected]...
    > It's still #2. 8)
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > ==================
    >
    >
    > "Lawrence *Adobe Community Expert*"
    <[email protected]> wrote
    > in message news:[email protected]...
    >> Well, yes and no - a CGI / Perl script will work
    without the file needing
    >> to be an .asp, .php, or .cfm and does not require
    the host to support one
    >> of these- true it is a server side script, but it
    will work on most any
    >> web server, so it's a little different approach. The
    CF / PHP/ ASP way
    >> would be my preference, but these scripts are an
    alternative for an HTML
    >> only site. Splitting hairs here I guess. You say
    tomAto I say tomAHto
    >>
    >> --
    >> Lawrence Cramer
    >> *Adobe Community Expert* - Dreamweaver -
    http://tinyurl.com/jhnyq
    >> email: lawrence at cartweaver dot com
    >>
    >> Cartweaver CF, ASP & PHP Shopping Cart for
    Dreamweaver
    >> www.cartweaver.com
    >> news://support.cartweaver.com
    >>
    =====================================================
    >>
    >>
    >>
    >> "Murray *ACE*"
    <[email protected]> wrote in message
    >> news:[email protected]...
    >>> But that's option 2.
    >>>
    >>> --
    >>> Murray --- ICQ 71997575
    >>> Adobe Community Expert
    >>> (If you *MUST* email me, don't LAUGH when you do
    so!)
    >>> ==================
    >>>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >>> ==================
    >>>
    >>>
    >>> "Lawrence *Adobe Community Expert*"
    <[email protected]>
    >>> wrote in message
    news:[email protected]...
    >>>> There is a third option, you can use a CGI
    mail form script. These are
    >>>> often a pain to get set up initially since
    the documentation is seldom
    >>>> as helpful as it could be, but once set up
    they are quite reliable.
    >>>> Just do a Google search for... CGI Mail form
    script - You'll find a
    >>>> ton of them. - Matt's Script Archive is a
    pretty good source and come
    >>>> up on the first page.
    >>>>
    >>>> --
    >>>> Lawrence Cramer
    >>>> *Adobe Community Expert* - Dreamweaver -
    http://tinyurl.com/jhnyq
    >>>> email: lawrence at cartweaver dot com
    >>>>
    >>>> Cartweaver CF, ASP & PHP Shopping Cart
    for Dreamweaver
    >>>> www.cartweaver.com
    >>>> news://support.cartweaver.com
    >>>>
    =====================================================
    >>>>
    >>>>
    >>>> "Murray *ACE*"
    <[email protected]> wrote in message
    >>>> news:[email protected]...
    >>>>>I assume you are asking a question rather
    than just making a statement.
    >>>>>Am I correct? If so, please read on.
    >>>>>
    >>>>> There are only two ways to process form
    data -
    >>>>>
    >>>>> 1. Use mailto:[email protected] as the
    action of the form
    >>>>> 2. Use a server-side scripting method to
    a) harvest the form's data,
    >>>>> b)
    >>>>> process it in some manner, e.g., enter
    it into a database, c)
    >>>>> formulate and
    >>>>> send an email to one or more email
    recipients, and d) redirect the
    >>>>> visitor
    >>>>> to some ending page
    >>>>>
    >>>>> Method 1 is quite simple, and is also
    the least reliable. It depends
    >>>>> both
    >>>>> on your visitor having an email client
    already installed on their
    >>>>> computer -
    >>>>> this eliminates public computers, or
    home users without email clients
    >>>>> installed (more and more it seems) - and
    on the installed email client
    >>>>> responding to
    >>>>> the mailto call. It is not possible to
    use this method *and* send the
    >>>>> visitor to a
    >>>>> thank you page as well.
    >>>>>
    >>>>> Method 2 is the preferred method, since
    it eliminates the problems of
    >>>>> method
    >>>>> 1, but it means that you have to grapple
    with server-scripting somehow
    >>>>> (ASP,
    >>>>> CF, PHP, perl, etc.).
    >>>>>
    >>>>> You would have to decide which of these
    methods is best for your
    >>>>> needs,
    >>>>> but if it's Method 2, then start by
    asking your host what they provide
    >>>>> for form
    >>>>> processing.
    >>>>>
    >>>>> --
    >>>>> Murray --- ICQ 71997575
    >>>>> Adobe Community Expert
    >>>>> (If you *MUST* email me, don't LAUGH
    when you do so!)
    >>>>> ==================
    >>>>>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>>>>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>>>>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>>>>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >>>>> ==================
    >>>>>
    >>>>>
    >>>>> "ALHUBAIL"
    <[email protected]> wrote in message
    >>>>>
    news:[email protected]...
    >>>>>>i want to make a simple 3 fields
    name,e-mail and comments form inside
    >>>>>>my web site and when the
    >>>>>> visitor click submit it i will
    recieve it as un e-mail.
    >>>>>>
    >>>>>> Thanks
    >>>>>
    >>>>>
    >>>>
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

  • Specified Host Directory does not map to your Site Address

    I have defined my site using ftp in the Dreamweaver site definitions and I can connect to it and upload changes with no problem. I am now trying to setup InContext editing capability to the site. When I go thru the steps to add a site in the InContext Admin section, the first steps in the process work fine.  I am able to fill out the ftp settings with my username and password and when I test the settings it comes back that it is able to connect to the site.  The next step is where I run into problems.  When I try to add the assets I get an error that says "The Specified Host Directory does not map to your Site Address".  I can use the same username and password with an ftp Client program and I have complete access to the root folder and all the files in it.  I have used exactly the same Host DIrectory in both my Dreamweaver Remote Setup and in InContext Admin.  Why does it work with Dreamweaver uploads and it can not be used to register in InContext?
    My site is www.sonautosales.com and my root folder is defined as /www.sonautosales.com/
    I have included a screenshot of the error message.

    Hi Corey:
    I just went thru the entire thread trying all the suggestions but 
    still no luck.  The closest I come to getting this registered is using 
    the following settings.
    ftp host:               ftp.prioritysalesandservice.com
    Passive ftp:          unchecked
    Username:          prioritysales
    Password:          ****          (I do not mind sending you the password if it will 
    help you solve my problem)
    This tests good all the time.
    Host Directory:     /www.prioritysalesandservice.com/          (This is the folder 
    name that contains my website and in it is the index.html page)
    Image Directory:     Images/                                        (the folder name inside the host 
    directory that contains my images)
    Default Page:     Default.htm Default.asp index.html index.htm index.php 
    index.cfm
    I think the host directory I am using because when I put that in and 
    then use the browse button to find the Image directory it shows all 
    the files and folders in my Host directory
    The website address is:     www.prioritysalesandservice.com
    Please let me know anything else you need, again I have tried all the 
    things mentioned in the thread and by using these settings I get the 
    following error when I save:
    The specified Host Directory does not map to your Site Address (URL)
    THe "/www.prioritysalesandservice.com/" host directory could not be 
    accessed through this Site Address (URL):
    "http://www.prioritysalesandservice.com/"
    Thanks for you help, hope you can figure it out.
    Steve

  • No index.html file

    OK, I'm a few mouse clicks away from publishing my new site
    to my host. I was checking my files and discovered there's no
    index.html file indicated. (newbie, here) Is an index file
    automatically generated somehow, do I need to create an index
    file....?
    Thanks in advance for assistance.
    David Bird

    ... and if you rename the page you want to be displayed first
    in a
    defined site within dreamweaver your pages will be
    automatically updated
    so you avoid broken links. (say yes to update prompt)
    Alec Fehl skrev:
    > Your homepage should (probably) be named "index.html",
    "index.htm",
    > "default.html", or "default.htm". I say "probably"
    because other
    > extensions, such as .php, .asp, .cfm, etc... would work
    also depending
    > on how the server is configured. Regardless of the file
    extension, the
    > other part of the file name should be "index" or
    "default" or the server
    > won't know which of your pages to display first.
    >
    Kim
    http://www.geekministry.com

  • Running a remote script

    Hi,
    at the company i work for , we started using the Flash Media
    Server. Nice stuff, got it up and running.
    Now there is an issue. Is it possible to run a remote script
    that resides on the same server as FMS? It's for the following
    scenario :
    A user uploads an flv-video, and after he presses save, that
    video needs to be distributed amoungst other servers in different
    countries. We've got the script read that will wait until it is
    executed and that copy the given file around.
    So i'm wondering if there is a way in server-side
    actionscript to make a call to a script outside of FMS. Something
    like External(scriptname,arguments) or such. Is this possible in
    FMS?

    No, you would need to call a PHP/ASP/CFM server side file to
    do that. You can do that with the loadVars object.

  • Even Sun MicroSystems Gets Nightmares

    Hi,
    Have a look here....
    http://developers.sun.com/prodtech/javatools/jscreator/downloads/index.jsp
    Get an advanced IDE ( JAVA CREATOR 2 ) for Java Solutions
    absolutely free. It is developed almost identical to Visual Web
    Developer ( VWD ), perhaps with more features. The only reason to
    Create and distribute this IDE is a Biggest THREAT from Microsoft.
    Even Microsoft is worried and working harder with Expression Tools
    Now...
    SUN will never wish their developers should move around to
    other community ( Language Preference), due to lack of support.
    I dont think Sun has more developers than Asp/Php put
    togather.
    Even with the little community, when compared to huge
    Community holded by AdobeMacromedia, the Sun gets
    Nightmares...................................
    WHILE....... DW8 is sleeping Silently, giving nigtmares to
    developers and old loyal community waiting for answers
    When will DW8 wake Up..... and answer once for all.? blessing
    at least a nice sleep to developers.
    Thanks
    DotNetGuys

    quote:
    Originally posted by:
    Newsgroup User
    DW is mainly aimed at website design rather than application
    development.
    Totally Agreed.
    But majority are still using DW8 as an IDE for programming
    also.
    No Doubt DW8 is great when asp, php or Cfm is concerned, and
    its perhaps the best solution around.
    Its there since when asp was at peak
    Sun has now a solution for Jsp.
    Coldfusion does not have to worry with DW8 still around.
    Asp.net 2.0 lovers are still trying to get accomodate with
    DW8 any how.
    DotNetGuys

Maybe you are looking for

  • Info record not updated from PO , PO updated from Info record

    Dear Gurus, I want to restrict Base price in PO will be copied from Valid info record. User does not permitted to change the Base price once info record not maintained. Kindly tell me the configuration steps to adopt the process ? I don't want to upd

  • What are the book names for MDM from SAP Education academy

    Hi SAP gurus, Can any one tell the name of the books for MDM from SAP Education academy. For example in SAP MM (material management) - it is TAMM40(part1,part2,part3,paret4...etc) So what are the names of the books for MDM from SAP Education academy.

  • Jsf page not loading

    hi am geting this error when trying to click the button to load jsf page am using the view to link two pages where QUERY IS ANOTHER VIEW oracle.adf.controller.activity.ActivityLogicException: ADFC-02013: The ADF Controller cannot find metadata for ac

  • Am still having trouble downloading Adobe Flash Player.

    Am still having trouble downloading Adobe Flash Player.

  • Numeric value right justified

    Dear friends, i have output value in the report as below 0.013 10.000 i want the value like the below   0.013 10.000 so that , what shall i do. please provide the solution.