CastilloLIV Posted August 12, 2012 Posted August 12, 2012 Hello! Yesterday I was trying to do a Map Uploader but it didn't work so I deleted it. I just wanna know if somebody can help me create one. I want to learn, so if you can gimme a tutorial that would be nice, thanks. I want to do this: Upload Map - View Uploaded Maps (If you can with the option which show if is accepted or not) Bye.
Cadu12 Posted August 12, 2012 Posted August 12, 2012 http://www.w3schools.com/php/php_file_upload.asp
CastilloLIV Posted August 13, 2012 Author Posted August 13, 2012 http://www.w3schools.com/php/php_file_upload.asp Thanks!,but how I do to show the "Uploaded maps"?
Anderl Posted August 13, 2012 Posted August 13, 2012 Using HTML and MySQL would do the job. HTML/CSS/JS or even SWF for the design and MySQL to store data.
Callum Posted August 16, 2012 Posted August 16, 2012 http://www.w3schools.com/php/php_file_upload.asp Thanks!,but how I do to show the "Uploaded maps"? You can use PHP to allow users to upload the maps, and then use the PHP file functions (such as scandir) to compile a list of uploaded maps.
Anderl Posted August 16, 2012 Posted August 16, 2012 http://www.w3schools.com/php/php_file_upload.asp Thanks!,but how I do to show the "Uploaded maps"? You can use PHP to allow users to upload the maps, and then use the PHP file functions (such as scandir) to compile a list of uploaded maps. A better way is using MySQL because he can save information of each map.
Callum Posted August 16, 2012 Posted August 16, 2012 A better way is using MySQL because he can save information of each map. That was not the question he asked. Moreover, if you somehow lose the SQL data, you'll have a bunch of maps that are unusable yet remain on the system.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now