tools:online:uloadify
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tools:online:uloadify [2013/04/02 07:23] – skipidar | tools:online:uloadify [2023/11/01 07:13] (current) – ↷ Page moved from business_process_management:camunda:tools:online:uloadify to tools:online:uloadify skipidar | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Uploadify ===== | ||
| + | |||
| + | {{http:// | ||
| + | |||
| + | ===IMPORTANT=== | ||
| + | To allow uploadify uploading files to server the the permissions on uploadify.php to 777. | ||
| + | < | ||
| + | chmod 777 uploadify.php | ||
| + | </ | ||
| + | |||
| + | |||
| + | === Embedding === | ||
| + | Embedding uploadify into the head could look like that: | ||
| + | < | ||
| + | <link href=" | ||
| + | <link href=" | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | function createUploader(){ | ||
| + | $("# | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | }); | ||
| + | } | ||
| + | window.onload = createUploader; | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | And the html code could look like that | ||
| + | < | ||
| + | <input id=" | ||
| + | </ | ||
