Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Sunday, December 17, 2023
Using JavaScript to Upload Large Files in Chunks as Parts and Avoid Server Limits
›
We know that PHP config files has the limit to upload files to server, you know that uploading large files can be a real pain. Y...
Wednesday, December 13, 2023
Auto Grow a Textarea with Javascript | How to create auto-resize textarea using JavaScript
›
The idea was to make a <textarea> more like a <div> so it expands in height as much as it needs to in order to conta...
Tuesday, December 5, 2023
Streaming HTTP response in PHP - turn long-running process into realtime UI
›
Streaming is not a new concept, it is a data transfer technique which allows a web server to continuously send data to a client ...
Wednesday, October 25, 2023
Mysql trigger for checking duplicate record in Table before insert using trigger
›
I am to creating a trigger for my table User which checks for duplicates (Mobile number) in the User table before inserting a ne...
Thursday, October 19, 2023
How to fix the MySQL error: Illegal mix of collations for operation union
›
Well, you probably have different collations in some MySQL views or stored procedures, try to force collation like this: S...
Sunday, October 8, 2023
PHP image output and browser caching
›
This post is for return image from server by PHP script and cache in browser to save on our bandwidth. Below code will retu...
How to Send files via POST with cURL and PHP (Example)
›
In this process cURL send file to any web server along with other params. Check it out below code: Assuming that you...
‹
›
Home
View web version