Welcome to the vBulletin support forums! In our community forums you can receive professional support and assistance with any issues you might have with your vBulletin Products.
For example if I got a 600x400 picture, after I uploaded it to the ftp I want php to make a thumbnail-size copy of that picture and also upload that copy.
(The upload is no problem at all, but i don't understand how to make an tumbnail-copy of the picture so i can upload that image as well)
You can resize pictures if you do system calls to an image manipulation program. Search the web for "mogrify" to find one such software package that can do what you want.
Sure you can do things with PHP but the image routines will require the GD image library to be installed. A lot of systems will not have it installed and your code will not work for them.
By the way got another question, this time about my image upload, when I make a file-browse field in my form with the name 'test' for example, after i pressed the submit button i want to retrieve the file source with $file, but that doesn't work, i get something like this when i do that: '/var/tmp/php006746 ' what am i doing wrong here?
I can see a upload picture in topic in attached of topic. How can system open the picture in topic as same as my attached picture instead attached file.
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also consent to the transfer of your data to our servers in the United States, where data protection laws may be different from those in your country.
Comment