maaung buntag mga migo ug miga,
pede ko ask ug sample code unsaon pg.upload ug multiple files sa dataqbase ug status bar using php lng?...
gusto lng nako makat.onan...
maaung buntag mga migo ug miga,
pede ko ask ug sample code unsaon pg.upload ug multiple files sa dataqbase ug status bar using php lng?...
gusto lng nako makat.onan...
up for today....
gamitan cguro na ug swf uploader combined with AJAX.
Yes it's possible but it is not recommended to insert files in the database. You will need to create a folder for the file.
PHP can create folder using mkdir and can upload files but can't create status bar. SO gamit kag jquery ana.
its not called upload its called import... since csv, just make sure nga ang field sa csv is similar sa imo db table, unlike sql nga query ang content sa sql file
csv is also used to dump sql data so it can be imported also..
to properly import csv, you need to parse the csv and add it one-by-one or by bulk in one query...
and about the status bar, php cant do it, since php is a server-side script so everything is done on the server, browser/DOM manipulation are done by client-side scripts like js and vbs... there are lot of solutions out there but this are the most basic and common....
try browsing php.net or google...
try this plug in bro...mao ni ako gamit katong nag buhat kog website nga pina friendster katong wala ko lingaw....hehehe
Uploadify Demo - Try Out Our Multiple File Upload Jquery Script
Similar Threads |
|