Can any one guide me for the dynamic tree menu with upload file option in php ?
Dynamic tree menu functionality with upload option.
Answers (3)
Dave M.
Professional trade show booth traffic builder and party entertainer. Corporate and private sector events.
Best Answers in: Using LinkedIn (659), Customer Service (34), Business Development (23), Advertising (18), Professional Networking (16), Education and Schools (15), Staffing and Recruiting (15), Government Policy (14), Internet Marketing (13), Career Management (13), Web Development (13), Organizational Development (12), Small Business (12), Job Search (11), Starting Up (11), Event Marketing and Promotions (10), Public Relations (9), Sales Techniques (8), Energy and Development (8), Computers and Software (8), Personnel Policies (7), Health Care (7), Work-life Balance (7), Manufacturing (7), Business Plans (7), Mentoring (6), Intellectual Property (6), Lead Generation (6), Business Analytics (6), Regulation and Compliance (5), Writing and Editing (5), Corporate Governance (5), Change Management (5), Supply Chain Management (5), Ethics (5), Wireless (5), Car and Train Travel (4), Occupational Training (4), Accounting (4), Compensation and Benefits (4), Criminal Law (4), Direct Marketing (4), Project Management (4), Market Research and Definition (4), Blogging (4), Enterprise Software (4), Databases (4), Telecommunications (4), Facilities Management (3), Purchasing (3), Freelancing and Contracting (3), Conference Planning (3), Financial Regulation (3), Public Health and Safety (3), Internationalization and Localization (3), Treaties, Agreements and Organizations (3), Events Marketing (3), Graphic Design (3), Mobile Marketing (3), Search Marketing (3), Philanthropy (3), Social Enterpreneurship (3), Quality Management and Standards (3), Positioning (3), Professional Organizations (3), Green Business (3), Green Products (3), E-Commerce (3), Software Development (3), Air Travel (2), Business Dining and Entertainment (2), Public Funding (2), Mergers and Acquisitions (2), Health Administration (2), Offshoring and Outsourcing (2), Property Law (2), Customer Relationship Management (2), Commodity Markets (2), Nonprofit Fundraising (2), Inventory Management (2), Personal Investing (2), Personal Real Estate (2), Pricing (2), Professional Books and Resources (2), Communication and Public Speaking (2), Biotech (2), Information Security (2), Information Storage (2), Business Insurance (1), Commercial Real Estate (1), Hotels (1), Certification and Licenses (1), Conference Venues (1), Auditing (1), Foreign Investment (1), Venture Capital and Private Equity (1), Economics (1), Risk Management (1), Government Contracts (1), Government Services (1), Environmental Health (1), Exporting/Importing (1), Corporate Law (1), Finance and Securities Law (1), Viral Marketing (1), Labor Relations (1), Planning (1), Futures Markets (1), Packaging and Labeling (1), Individual Insurance (1), Wealth Management (1), Branding (1), Distribution (1), Engineering (1), Franchising (1)
http://onlinetools.org/tools/dom-tree-menu-puredom/
Links:
Robin M.
Available PHP & MySQL Freelancer
Best Answers in: Web Development (2), Search Marketing (1), Computer Networking (1), Using LinkedIn (1)
For that, you'll probably need something a little more than just PHP.
If you're using the jQuery javascript framework, you could try
1) jQuery Uploadify (google it) to permit uploading files to the server easily, requires PHP on the server to process the uploaded files
and
2) Something like http://www.sendesignz.com/index.php/jquery/77-how-to-create-expand-and-collapse-list-item-using-jquery should help (again using jQuery)
following on from what Robin suggested, another good jQuery helper is /jquery-file-tree.
It's a bit old but once integrated with some upload functionality it works great.