File

CodeIgniter File Upload with Flashdata

Submitted by nurhodelta_17 on
This tutorial tackles on how to upload files in CodeIgniter with flashdata. CodeIgniter is a PHP framework that uses MVC(Model-View-Controller) architecture. Flashdata are a type of session but is just set one time means that after you reload the page, this data is removed. Flashdata are usually used when displaying action messages like success or errors.

AngularJS File Preview before Upload

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a preview before upload in Angular JS. Preview is useful in application so that the user can check the file before he uploads it. In this tutorial, we're going to preview images using Angular Js. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.

File Hider Behind Image

Submitted by sba stuff on
This software, as it states, hide file behind images. This technique was used recently many times and in command line format. It is impossible for users to remember commands. So GUI format is provided. This software also allows you answer: How to hide files behind images. Only Source code is provided. You must compile it in visual studio to get binaries. Don't mind I am just following

File Content Sorter in VB.NET

Submitted by donbermoy on
This tutorial will teach you how to create a program that sorts the content of file in vb.net. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add one button named openBTN and an OpenFileDialog1 that we will use to open a particular file such as text file. 3.

File Watcher - Allow or Disallow Renaming Files or Folder in VB.NET

Submitted by donbermoy on
This is a continuation of my other yutorial named File Watcher - Allow or Disallow Creating Files or Folder in VB.NET, but in this tutorial it will grant to rename or disallow renaming of files and folder using vb.net. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2.

File Watcher - Allow or Disallow Creating Files or Folder in VB.NET

Submitted by donbermoy on
This tutorial will teach you how to create a program that will use the File Watcher component allowing files or disallow creating files or folder in vb.net. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add FileSystemWatcher in the form.

Recent Files - Open in VB.NET

Submitted by donbermoy on
This tutorial will teach you how to open the file and the file location of the recent files in vb.net. This is a continuation of my other tutorial in displaying the recent files. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2.

Load and Play a MIDI Sound File in Java

Submitted by donbermoy on
This tutorial will teach you how to create a program that will load and play a MIDI sound file in java. We all know that MIDI or Musical Instrument Digital Interface) is a sound designed for recording and playing back music on digital synthesizers that is supported by many makes of personal computer sound cards. It has .mid extension file. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of playMIDI.java. 2.