Useful notes & manuals
from the
world wide web
L:
P:
Register now!
<<<1>>>
Redirect only certain files with .htaccess | read more.. Unsorted
Solution from: http://codesnippets.joyent.com/tag/htaccess Created by tlw on 19.03.2025 @ 18:10

# (force addition of www depending on your cert) RewriteEngine On RewriteCond % !^www\. RewriteRule ^(.*)$ http://www.%/$1 [R=301,L]

File upload application using a FileReference API | read more.. Unsorted
Article from: http://markshu.ca/imm/flash/tutorial/fileReference.html Created by tlw on 19.03.2025 @ 18:10

One of the largest demands from the Flash development community was a file system that could be used for file upload and downloading. A lot of the users/developers were hoping Macromedia can implement a new function/object in Flash 8 regarding to this issue. When Macromedia developed Flash 8, they incorporated the fileReference Object, which allows the SWF file access the user's machine and thus able to perform the file upload and download operation.

Creating a Reusable Flash Uploader with ActionScript 3.0 and PHP | read more.. Unsorted
Article from: http://active.tutsplus.com/tutorials/actionscript/creating-a-reusable-flash-uploader-with-actionscript-3-0-and-php/ Created by tlw on 19.03.2025 @ 18:10

In this tutorial I’ll show you how to build a Flash uploader for uploading files from the user’s computer. The result will be ideal for large file sizes as it will display a progress bar and the percentage left to upload. We’ll even show the user the number of bytes uploaded per second.

Changing root folder through htaccess | read more.. Unsorted
Solution from: unknown Created by tlw on 19.03.2025 @ 18:10

When You need to change the root folder of the website transparently with no touching actual scripts, then this one would help.

<<<1>>>
 
Created by THE LOST WEB © 2009-2012