A Flash Developer Resource Site

Results 1 to 8 of 8

Thread: How would I make a Submission Form

  1. #1
    Video Game Addict
    Join Date
    Apr 2004
    Location
    Oregon
    Posts
    128

    How would I make a Submission Form

    Like a little form where people enter there name and upload like a swf flash file or something, then it would upload the swf flash file to my server and send me an email notifying me that "name in form" has submitted "name of swf file" or where it automatically adds it to the correct page?

    I know the form has to go through a redirecting server or something that I think, but I'm sure you guys know more about that then me

  2. #2
    OOP is one letter from OOPS kortex's Avatar
    Join Date
    Aug 2005
    Location
    New Hope, PA
    Posts
    2,668
    What type of server do you have? (PHP, ASP, ColdFusion)
    Jeremy Wischusen
    Flash - Flex - LAMP - Web Developer Purple Inc
    AS OOP FAQ-Best Practices Thread | Flashkit OOP Tutorials | Purple Inc (day job) | Blog


  3. #3
    Video Game Addict
    Join Date
    Apr 2004
    Location
    Oregon
    Posts
    128
    well honestly I dont know, its on godaddy.com hosting servers but i only know basic html and very little javascript, I dont know much about servers....

    Is there a way i can figure out?

  4. #4
    Quote Originally Posted by RDTJ
    well honestly I dont know, its on godaddy.com hosting servers but i only know basic html and very little javascript, I dont know much about servers....

    Is there a way i can figure out?
    When you registered with GoDaddy, they should have given you some contact information or a link to your package information. If you can't find it when you sign into GoDaddy's site, then try emailing their help desk.

    I would be surprised if they didn't have PHP.

    A quick test would be to create a file named "test.php" and enter in
    Code:
    <?php phpinfo(); ?>
    Upload that to the server and view the page, it will be empty, say "phpinfo()" or it will be filled with a bunch of blue tables with server information. If it's the latter, then you can use PHP

  5. #5
    Video Game Addict
    Join Date
    Apr 2004
    Location
    Oregon
    Posts
    128
    Im very sorry for the long delay in my reply ive been busy with personal stuff.

    Anyway when i use the test.php thing it comes up with this

    "The specified module could not be found."

    as you can see here

    So i assume i cant use php then?

  6. #6
    Flashkit historian Frets's Avatar
    Join Date
    Oct 2000
    Location
    flashkit
    Posts
    8,797
    Time for a new host...
    Or check with go daddy they may be able to upgrade you to a php enabled server...

    Personally I'd just get a new host.

  7. #7
    Video Game Addict
    Join Date
    Apr 2004
    Location
    Oregon
    Posts
    128
    well it doesnt suprise me, it is a free account, so im sure they have php enabled servers, i was just hoping i could do that stuff on a free account. Guess ill have to calculate some stuff maybe i can afford a better server, what one would you reccomend?

  8. #8
    FK's Official Mac Hater jasonsplace's Avatar
    Join Date
    Mar 2002
    Location
    Provo, Utah
    Posts
    2,245
    GoDaddy has worked well for the 15 or 20 sites that I have on there. The Free ad supported servers suck though. They are very crippled. I have a few sites in the $3/month plan and it works great.
    Jason L. Wright
    I'm not that hard to imitate. Just make some random negative claim at Apple or anything else for that matter and then have nothing to back it up.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center