David Ansermot Web Developer / TYPO3 Integrator

27oct/100

Using XHR and PHP for files upload

The website ProDevTips propose a tutorial about multiple file upload with PHP and XHR.

First of all, we now use stream_copy_to_stream to upload the files, hence such things as max file upload size and so on will not be respected. Luckily Valums’ solution will do th [...]

Read the tutorial

3sept/090

Dynamic Twitter signature with PHP

Nilpo offers through the site devshed a series of articles about the use of dynamic signature in PHP with twitter. It shows how to make signatures by combining cURL, XML and GD2 with PHP. You can then create images on the fly.

Articles :