2

Basically, what I'm looking for is a place for either one of our end users to be able to upload a file to this package, after either receiving a code from one of our support engineers or vice-versa(our engineers upload a file and send a code/link/something to end user)

I've spent a bunch of time googling this, I found this: http://turin.nss.udel.edu/programming/dropbox2/, but the code there scares me, and it also doesn't render properly using PHP 5.3(uses short tags, who knows what else.)

Does anyone have any recommendations?

Ted Wexler
  • 21
  • 1
  • 2

1 Answers1

1

here is one very simple solution, a single PHP file: http://phpfm.sourceforge.net/

It has all basic things you might need and it is very easy to use :)

Hrvoje Kusulja
  • 264
  • 1
  • 11
  • The demo still works today (April 2019) and continues to evolve at https://github.com/dulldusk/phpfm . That said, phpfm does much more than just web upload, and it does not appear to support upload by drag-and-drop. – Stéphane Gourichon Apr 06 '19 at 18:36