Live Demo : http://docx.siddharthbhatt.com
Support : sidbhatt11@yahoo.in
This is a very basic PHP Script that lets users upload and read text from .docx files. After all the features are added successfully, this script can be used in your organization as "your-own" free, mini document management system running on your own infrastructure.
====
Installation :
- Run : /_installation/_install.php
- Give appropriate permissions to folder 'files' and the file 'users.db'
- Done
===
Current Features :
- Simple Register & Login
- Upload and Save your .docx files on your server
- Read text form them
Upcoming Features :
I will start working on this script once my exams get over in May 2014. If you can't wait till then and if you are a developer, just start working ! I will be glad !
- MVC
- Forgot Passwd/Username
- Complete file management (categories, tags, folders, delete, rename, download etc)
- Smart search (search results are obtained from - > File Properties like title, author etc & from the text in the file)
- User groups & File sharing options
- Better .docx reading (media,tables,etc)
- Support for other popular formats (pptx,xlsx,pdf etc)
=====
You may not want to read the following part..
Why did I develop this script ?I was bored in the class and had two project submissions pending. So I made this script in less than an hour and used the same for both the submissions. :-D
What did I do ?
I combined some of my custom code with an open-source login script from http://php-login.net