resample image during upload in joomla - image

Unfortunately no exists a component that do it. Only if i insert images in the article. I need to create a php script on joomla that resample images upload from users on frontend during upload process. Someone could tell me how build this script and where i have to insert it?
Thanks

Which component you are using for this functionality. Are you using any existing joomla component or you are creating it by your own.
If you are creating your component, add the script which is mentioned in the link below
http://www.9lessons.info/2009/03/upload-and-resize-image-with-php.html

Related

Multiple Image upload functionality in system configuration Magento

How can we get Magento default Multiple mage upload functionality in system configuration section ?
Currently I am using adminhtml/system_config_backend_image backend model for single image upload. But I need multiple image functionality same as available in edit product section.
You can create new product attribute with type Media Image and scope Global.
It will appear within Images tab when you edit product.

Joomla Slider which takes data from custom forms

I’m a newbie to Joomla and I want to add an image slider to my Joomla site.
When user click on an image in the joomla page, it should redirect to the backend web application (which is a JSP/Servlet webapp running in tomcat) with several parameters specific to that image. These parameters need to store in joomla along with the images.
1) I have to create a custom form in Joomla to upload an image and other parameters. But also I have to display the already entered records and allow user to edit/delete them.
2) These uploaded images should display in the image slider with their parameters.
Can anyone advise how should I approach this?
I created it my own way. Hope this helps to somebody.
I created a component of a grid with a form using component-creator. This is a free tool which is very useful in Joomla component generating. ( Or you can be a paid user for advanced features)
Then I installed the component and upload images with their parameters.
Then I created a custom module for image carousel. Details for these images were taken from the mysql database. I used jCarouselLite for the image slider.
Thanx :)

Django multi-image upload in admin panel with ajax - some example

I find many articles with multi-image and plugins:
https://github.com/blueimp/jQuery-File-Upload
https://pypi.python.org/pypi/django-multiuploader etc.
But I don't know how use it in django admin when I have ImageField. I want to do gallery.
Now I have inline adding image in albums. Please help me and give some full example :) (I'm newbie)
We use django-jfu to upload many files outside the admin.
Interfacing to the admin is certainly possible by creating a custom admin method to invoke jfu. Add a completion button to the jfu upload page that creates the desired db records when the user is done uploading files. These would then be available within the admin.

Prestashop: import images from antother site

I developed an utility to import products from a web service which executes under a cron command. I have an issue with images, I don't know what I have to do with them, the service gives me an image url which I can download to my server and update in my prestashop database this product image, but it's not showing it, I guess I must run some Prestashop command or generate thumbnails or similar?
Thank you
Prestashop has a good documentation about handling image via webservice.
Have you checked this?
http://doc.prestashop.com/display/PS15/Chapter+9+-+Image+management

How to go about making a form in magento which requires image upload

I am new to magento so basically unable to figure out a solution for a current problem at hand. We have an eCommerce store built on top of magento. Now, we need to have a form in which the user can fill in some details and upload their image. How can this be effectively done in magento.
As of now, I am thinking of having a form page with upload php script and then save the details in CSV text file. Is this the right way to go for it. Also, we might need to add this information as a customer and use it later.
Actually we are starting a monthly item delivery system for which we need to have customers information and photo. Just throw some light on the issue and let me know how to go about it. Thanks
Check the below link, it show how to upload and saved a image in Magento.
http://blog.decryptweb.com/file-upload-magento/

Resources