带有文件上传功能的简单 PHP 图片库
我正在寻找一个非常简单的 PHP 图像库系统,该系统允许文件上传并可以轻松集成到任何现有的 PHP 脚本中。我只找到了带有数据库后端和用于集成的模板系统的完整画廊,还有一些过于简单的画廊,仅获取包含(FTP 上传的)图像的文件夹并显示它,但不提供文件上传的可能性。
我很快就要写自己的了,因为我还没有找到任何东西,但我首先想问你是否有任何建议。
I am looking for a really simple PHP image gallery system that allows file uploads and provides easy integration into any existing PHP script. I only found full galleries with database backend and templating systems for integration and the too simple ones that just take a folder with (FTP uploaded) images and show it but don't provide the possibilities for file uploads.
I'm quite close on writing my own, cause I didn't find anything yet, but I first wanted to ask if you have any suggestions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,我有一个非常早期的版本 在 Github 上,它正在开发中(而且不太好)然而,我只需要管理界面启动并运行)但欢迎贡献和评论。
Ok so I have a very early version of it on Github, it is under development (and not really nice yet, I just needed the admin interface up and running) but contributions and comments are welcome.