Page 1 of 1

[vqmod] Easy Upload

Posted: Sat Mar 16, 2013 4:43 am
by tri1976
If you have a bunch of files to be uploaded to server to be associated with downloadable products, you know how painful it is. With default upload manager, you can only do one file at a time, there is restriction on file type and file size, and if you decide not to save after upload is finished, the file remains on your server. This extension makes uploading files easy. Use your favorite file transfer tool to upload files and then use this tool to insert these files into your database.

Features:
+ Use your favorite file transfer tool to upload files (i.e. filezilla, winscp, fireftp, etc.). No type or size limit.
+ Automatically add new files to database
+ Automatically remove entries in database if file is removed

Please click on my extension below to see it. Feedback is welcome.

Re: [vqmod] Easy Upload

Posted: Sat Apr 13, 2013 7:34 pm
by tri1976
Simply put the xml file in vqmod/xml folder should do it

Re: [vqmod] Easy Upload

Posted: Sat Apr 13, 2013 9:10 pm
by tri1976
Do a google search for vqmod and you will see plenty of references for installing it

Re: [vqmod] Easy Upload

Posted: Sat Apr 13, 2013 9:41 pm
by tri1976
If you email me your ftp credentials i wiil install it for you

Re: [vqmod] Easy Upload

Posted: Sun Apr 14, 2013 12:06 am
by tri1976
email: trile7 at gmail dot com

Re: [vqmod] Easy Upload

Posted: Thu Jun 27, 2013 4:22 pm
by duaiqu@126.com
I can't find images in the opencart image directory. Why?

Re: [vqmod] Easy Upload

Posted: Thu Jan 16, 2014 1:59 pm
by robinj
can you add a function Encryption the file name like the origianl upload function ?

Re: [vqmod] Easy Upload

Posted: Sat Aug 16, 2014 2:25 am
by estesasi
that cause an error in sql syntax on page "Downloads"

Code: Select all

Notice: Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ASC DESC LIMIT 0,20' at line 1
Error No: 1064
SELECT o.order_id, o.date_added, od.order_download_id, od.name, od.filename, od.remaining FROM order_download od LEFT JOIN `order` o ON (od.order_id = o.order_id) WHERE o.customer_id = '1' AND o.order_status_id > '0' AND o.order_status_id = '5' ORDER BY ASC DESC LIMIT 0,20 in /home/allta210/public_html/system/database/mysql.php on line 49