upload

PHP - Simple Multiple Image Upload Using Ajax

Learn on how to create a Simple Multiple Image Upload Using Ajax. PHP is a server-side scripting language designed primarily for web development. Using PHP, you can let your user directly interact with the script and easily to learned its syntax. It is mostly used by a newly coders for its user friendly environment. Using Ajax, data could then be passed between the browser and the server, using the XMLHttpRequest API, without having to reload the web page.

Simple Online File Archiver with Comment

In this tutorial, we will create a Simple Online File Archiver with Comment using PHP. This code can compressed multiple files at the same time and write comments on the archive to mark who is the owner of those files. First thing to do You have to download and install XAMPP or any local server that run PHP scripts. In my case I used XAMPP as my local server, here's the download link for XAMPP

C# - Uploading Image With SQLite

Learn on how to create a Uploading Image With SQLite using C#. C# is a general-purpose, object-oriented programming language. C# automatically manages inaccessible object memory using a garbage collector, which eliminates developer concerns and memory leaks. It has a designed for improving productivity in the development of Web applications. It has a friendly environment for all new developers.

CodeIgniter Ajax File Upload using jQuery

This tutorial tackles oh how to ajax upload file in CodeIgniter using jQuery. In order for us to send the file via ajax request, where gonna be using FileReader and FormData. File reader reads the selected file then Formdata holds our file for ajax request. We use jQuery for our ajax request which is a javascript library that makes you handle javascript better.

VB 2015, PHP data and multi-file upload source (post data & multi file upload)

This program allows you to upload multiple files through PHP code of web server. It has functions of adding, modifying, deleting, searching and downloading data and files by HTTP POST method. Multiple files can be uploaded via WEB instead of FTP, so files can be managed easily. (You can implement various programs through the web by applying a little with the whole source.) 1. Basic principles -