Thursday, September 12, 2013

Finally beaten D3 Hardcore mode

After a long-running pursuit, finally I have beaten Diablo III hardcode mode today using my Witch Doctor hero. For sure it has been thrilling and nerve-racking along the way but the sense of achievement is equally rewarding too. Hooray!!!

Monday, September 9, 2013

Getting started with the jQuery-File-Upload plugin and cutomizing the upload directory from client-side script

Last week I just got started to explore the elegant and powerful jQuery plugin built by Sebastian Tschan which is hosted here: https://github.com/blueimp/jQuery-File-Upload

It had been very easy and straightforward to deploy it onto my PHP server based on the helpful guide provided. After that I wanted to modify the plugin to be able to upload files and store them in custom sub-directories at server side. This has to be specified by my client-side Javascript and each time the client might point to the same directory or a different one depending on the client operations.

Luckily it has been figured out by a kind person who has generously shared the steps here: https://github.com/blueimp/jQuery-File-Upload/wiki/PHP-%24_GET-dynamic-Directories

Hope my post might help someone to find the link to there too. :)