Online software system for uploading and processing of medical imaging data

Each program has its own purpose. Our goal is to be able to run a program under different platforms. In this report, it will be focusing on Computer Programming Language (C program) and PHP (PHP Hypertext Preprocessor). As C program is a programming language which is different from server-side scrip...

Full description

Saved in:
Bibliographic Details
Main Author: Heng, Rebecca Ying Chien.
Other Authors: Vitali Zagorodnov
Format: Final Year Project
Language:English
Published: 2012
Subjects:
Online Access:http://hdl.handle.net/10356/48558
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:Each program has its own purpose. Our goal is to be able to run a program under different platforms. In this report, it will be focusing on Computer Programming Language (C program) and PHP (PHP Hypertext Preprocessor). As C program is a programming language which is different from server-side scripting such as JSP (Active Server Pages), PHP and python, this report will explain how the C program can be compiled into an executable for execution. It will also show how can the executable be integrated and execute from a web browser. Arrangement of folder structure is also an important issue to look at. This is so that different users will not be able to view and edit each other’s images and folders. There are some ways of implementation which we will be looking into for organizing uploaded images in logical and orderly manner, ensuring that the images from the folder is not disclosed to other user and they are also able to get extracted and processing in an executable file successfully. Protecting of the executable file is also essential to prevent users from being able to get a copy of the executable as they are capable of making copies and distribute and using it without approval. This will infringe the copyright of the program if any. Thus, it is important to disallow users from getting a copy of the executable. Access control for C program section will guide us through how we can ensure that default users will not be able to get a copy of C program.