how to use your own upload.php script with uploadify
I was just wondering if you ever figured out how to use your own upload.php script with uploadify? If so, could you explain how you got it to work? here is the script I would like to use with uploadify:
Code:
<?php
if (isset($_POST['upload'])) {
$con = mysql_connect("localhost", "sbslogin", "sbsdatab@53!") or die("cannot connect");
mysql_select_db("sbsdat",