Discussions
Sign In
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
3,346
Uploadify
↳ Implementation Help
2,555
↳ Bugs
525
↳ Feature Requests
177
↳ Showcase
66
UploadiFive
↳ Implementation Help
14
↳ Bugs
3
↳ Feature Requests
6
Implementation Help
Uploadify 3 Documentation
are
February 2011
Is there any approximate date by when the documentation for version 3 would be released, if so please let me know I am struggling a lot in upgrading from version 2.14 to 3
If somebody has got something which might help me please let me know
are
March 2011
Please help somebody
SteveA
March 2011
I found that this page at least works partially. It doesn't actually download anything but it does make the front page.
FWIW
<?php
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
echo $html = <<<END
<html>
<head>
<title>uploadify test</title>
<link href="/uploadify-3/uploadify.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="/uploadify-3/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="/uploadify-3/jquery.uploadify.min.js"></script>
<script type="text/javascript">
$(document).ready( function()
{
$('#file_upload').uploadify
({
'uploader' : '/uploadify-3/uploadify.swf',
'script' : '/uploadify-3/uploadify.php',
'cancelImg' : '/uploadify-3/uploadify-cancel.png',
'folder' : '/uploadify-3/Uploads',
'auto' : true
});
});
</script>
</head>
<body>
<h2 style="text-align:center;">uploadify-3 tests</h2>
<div style="border:1px dotted blue;text-align:center;">
<input id="file_upload" name="file_upload" type="file"></div>
</body>
</html>
END;
?>
[Deleted User]
March 2011
The user and all related content has been deleted.
Add a Comment
Powered by Vanilla