Wiki articles tagged with "HTML5"

Showing 1-5 of 5 items.

How to read HTML5 Multiple File Input from controller?

Created 11 years ago by Kartik V, updated 6 years ago by samdark.
0 2
40 followers
Viewed: 22 509 times
Version: 2.0
Category: How-tos

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

Created 11 years ago by Selvakumar Kaliyappan, updated 11 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: 74 506 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: 42 427 times
Version: Unknown (update)
Category: Tips

More on SSE and Yii

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

This is not actually Yii involved.

1 0
1 follower
Viewed: 10 376 times
Version: Unknown (update)
Category: Tips

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

Created 13 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: 65 324 times
Version: 1.1
Category: How-tos