Wiki articles tagged with "HTML5"

Showing 1-5 of 5 items.

How to read HTML5 Multiple File Input from controller?

Created 10 years ago by Kartik V, updated 5 years ago by samdark.
0 2
40 followers
Viewed: 21 645 times
Version: 2.0
Category: How-tos

Upload image and content using AJAX and Store it in different table

Created 10 years ago by Selvakumar Kaliyappan, updated 10 years ago by CeBe.

var formData = new FormData($("#post-form")[0]);
$.ajax({
    url: '<?php echo Yii::app()->createUrl("forumPost/uploadPost"); ?>',
    type: 'POST',
    data: formData,
    datatype:'json',
    // as...
1 0
5 followers
Viewed: 73 544 times
Version: 1.1
Category: How-tos

How to call a default layout for every module and how to work <php echo $content; ?>

Created 11 years ago by Ankit Modi, updated 11 years ago by Ankit Modi.

Hi Friends, Hi Friends, Some common question is difficult to how to create the layout on yii and how to work

0 0
1 follower
Viewed: 41 739 times
Version: Unknown (update)
Category: Tips

More on SSE and Yii

Created 11 years ago by Firebreaker, updated 11 years ago by Firebreaker.

This is not actually Yii involved.

1 0
1 follower
Viewed: 9 996 times
Version: Unknown (update)
Category: Tips

Real-time display of server push data using Server-Sent Events (SSE)

Created 12 years ago by bennouna, updated 11 years ago by bennouna.

Let's say you have an internal messaging system in your webapp, and you want to display messages dynamically and real-time to the relevant recipients.

9 0
17 followers
Viewed: 64 407 times
Version: 1.1
Category: How-tos