News:

Looking for documentation? Take a look on our wiki

Main Menu

upload images to NAS

Started by emedina, August 12, 2019, 17:49:12 PM

Previous topic - Next topic

emedina

Hi everybody

Anybody knows if exists any comercial plugin to upload images to a NAS?
Maybe a pluggin trigger lik VmOnImageUpload?

I need to host images in an external host: upload them and then $product->images[0]->file_url must be like = 'http://mynas.com/xxxx'

Thanks

Studio 42

Noo so easy, you cannot upload directly, so perhaps you should add a PHP code to get a copy of the file.
Another way can be to use FTP. See https://www.w3schools.com/php/func_ftp_put.asp

emedina

now i'm uploading in php using ftp, but i have overrided image model

Milbo

Consider a membership
https://extensions.virtuemart.net/support-updates/virtuemart-membership

and it will be written for you and permanently in the core.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

emedina

is this the new feature in 3.6, uploading to remote server?