• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Uploading a file alongside other info to a file server

 
Ranch Hand
Posts: 85
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ranchers, how do i upload a file alongside other info into a file server. Why I prefer a file server is because I want it on the intranet. Is it possible to host a site and specify it's upload path on an intranet? Microsoft SharePoint allows everyone one on the network to view all the files uploaded(no matter the restriction). Kindly direct me to any material I might find useful for my quest. Any help'll also be appreciated. Thank you in advance!
 
Ranch Hand
Posts: 71
PHP Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you asking how to do this in PHP? If so, are you using any particular web framework (many have easy ways of doing this since it is so common).

Or are you asking about tools/application to help you do this? Something like Drupal (probably the closest thing in PHP to SharePoint).
 
Shamsudeen Akanbi
Ranch Hand
Posts: 85
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Nick, i'll check it out.
 
reply
    Bookmark Topic Watch Topic
  • New Topic