tools:online:uloadify
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
tools:online:uloadify [2023/11/01 07:13] – removed - external edit (Unknown date) 127.0.0.1 | 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=" | ||
+ | </ | ||