Cordova - File System
Cordova - File System

There are times when you have to use or manipulate file system manager through the app. You can integrate the file system into your app using the file System plugin in apache Cordova.

File Inclusion in PHP
File Inclusion in PHP

In PHP you can include the content of one file into another file. This will help in creating function, footers header or elements that can be used in several pages.

File Upload in PHP
File Upload in PHP

$_FILES is a superglobal variable in PHP. It consists of 5 variable:  $_FILES[‘file’][‘tmp_name’] – the uploaded file in the temporary directory on t

File Handling in PHP
File Handling in PHP

fopen() function is used to open a file, but in PHP same function is used to create a file. If you use fopen() on a file that does not exists, it will create that file. It has two parameter

Java I/O
Java I/O

The java.io package contains all the classes required for input and output operations. Java uses the concept of stream to make I/O operation fast.Stre

File and Class Name different of a Java program.
File and Class Name different of a Java program.

If the file name and class name of a java program is different and you have to execute the program using Command Line, will it run? The answer is “YE

File Upload Using Ajax
File Upload Using Ajax

Hi everyone in this blog I’m explaining about upload file using ajax.Description:In this post, we will look into file upload using JQuery plug-in. Aja