Welcome to the new Uploadify Community Forums. We've made the switch from PHPBB to Vanilla Forums in hopes of controlling the SPAM more efficiently. We hope this change doesn't suck so much. Also, don't forget to wrap your code in tags. You can quickly insert code using ctrl + f.
I lost some messages that were posted on February 4th. If you posted a message or reply on February 4th, please do so again. Sorry about the inconvenience.
Pathway help
  • I'm using v2.1.4 and my structure in the server is like this:

    /public_html/uploadify/uploadify.swf',
    /public_html/uploadify/uploadify.php
    /public_html/uploadify/cancel.png
    /public_html/uploadify/uploads


    and my code :

    >




    $(document).ready(function() {
    $('#file_upload').uploadify({
    'uploader' : '/public_html/uploadify/uploadify.swf',
    'script' : '/public_html/uploadify/uploadify.php',
    'cancelImg' : '/public_html/uploadify/cancel.png',
    'folder' : '/public_html/uploadify/uploads',
    'auto' : true


    The swf file doesn't show and there's actually nothing but a text box please help me on how to fix this (Can anyone give me the correct code for the following)

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!