Posted 14 October 2014 - 09:54 AM
I want to be able to upload files to a web server, so they are viewable online? I want users to be able to send a file using a predefined program that will store it online? I need to be able to:
+ Upload the file -> Serialize the data? then unserialize? or I don't know? It has to be the raw file?
+ Download the file -> This is used to download the raw file?
+ Delete a file -> This is used for users to delete files?
+ Update a file -> I want to be able to update a file too, so If i have a table file, that is stored, I wanna be able to download a copy, add changes, then send it back and it will replace the old one?
I have no idea how to do this.
+ Upload the file -> Serialize the data? then unserialize? or I don't know? It has to be the raw file?
+ Download the file -> This is used to download the raw file?
+ Delete a file -> This is used for users to delete files?
+ Update a file -> I want to be able to update a file too, so If i have a table file, that is stored, I wanna be able to download a copy, add changes, then send it back and it will replace the old one?
I have no idea how to do this.