![]() |
![]() |
This project is not completely dead. I've just started work on localisation. If you're getting a "Deprecated" error message, follow the instructions here URGENT Security Patch for ≤ v2.2.6 A security hole has been discovered, follow the instructions and download the patch at the topic page. Did the patch break your search page? Search Patch
|
![]()
Posts: 2
Registered: 2009-08-24 |
Hi there!
I am a new user of UPB 2...
First of all, thank you for your php forum program, I think it is the best one with no need for database. I would like to ask you how to upload a picture from my hard drive and show it on a post. I mean that I know how to link a picture from internet (and it shows up), but if I try to upload a picture from my hard drive a download box will appear on the post and no picture is shown out. Is it possible to upload and show an image? Then, I need a Japanese version of the forum... I have read that you are working on an easy way to customise the language of the forum. How long will it take to release it? Is it better if I start to translate the language within the program itself? And if so, what need I to do?
Thank you in advance |
![]() UPB Team Member
Posts: 837
Registered: 2006-11-22 |
Currently it is not possible to upload a picture and display it.
As for translation to other languages, it is being worked on but we don't work to specific release dates due to other commitments. myUPB Developer |
![]() UPB Team Member
Posts: 893
Registered: 2006-11-14 |
Hi All,
Just giving my 2 cents, I think the first request could be easily implemented through AJAX ![]() However, for now, a simple work around would be to upload the image, submit the post, then edit the post and use the URL to the newly uploaded image. --Jerroyd Moore
Bachelors of Science, Computer Science 2011 Jack Baskin School of Engineering University of California, Santa Cruz |
![]() UPB Team Member
Posts: 837
Registered: 2006-11-22 |
The problem with that is that the file will be given a random name when it's uploaded.
myUPB Developer |
![]()
Posts: 2
Registered: 2009-08-24 |
Thank you for your answers!
Actually I have figured out this method, but it is a little to much complicated... However, if I delete the attached file clicking on "Delete" link (on the post) is the file erased from the server or not? If not where is the uploaded files folder? Thank you again |
|
Last edited by: Giuseppe on Aug 26, 2009 7:39:44 am
| |
![]() UPB Team Member
Posts: 837
Registered: 2006-11-22 |
The file will be erased from the server if you click delete.
The upload files folder is called uploads_[random selection of characters] myUPB Developer |