Group: Forum Members
Last Active: Sat 3 Nov 2018
Posts: 192,
Visits: 5,220
|
To be able to upload multiple products / version images in one click.
|
Group: Forum Members
Last Active: Mon 6 Dec 2021
Posts: 235,
Visits: 750
|
I know I am resurecting an old post here, but has this been done yet? If not is there a plan?
We are always willing to help out the community or pitch in to help you fix a problem. However, if you want a complete solution made such as a code module or new feature added you have two options. Either 1) Reach out to the Kartris internal development team at http://www.kartris.com/Contact.aspx. 2) Contact one of the Kartris approved partners at http://www.kartris.com/t-Worldwide-Developers.aspx. Have fun and good luck coding.
|
Group: Forum Members
Last Active: Mon 6 Dec 2021
Posts: 235,
Visits: 750
|
If anyone is interested in having the ability to upload mutliple images at once I have written a CodeProject article on the subject and attached updated source code. The affected modules are:
_ModifyProducts.aspx _FileUploader.ascx _UploaderPopup.ascx
It should be noted that to support this the project has to run under the .Net Framework 4.5. As standard Kartris runs on this version perfectly fine but you will need to ensure that this framework is available on your hosting server. For anyone interested in view it the article is here
Edit: Spelling.
We are always willing to help out the community or pitch in to help you fix a problem. However, if you want a complete solution made such as a code module or new feature added you have two options. Either 1) Reach out to the Kartris internal development team at http://www.kartris.com/Contact.aspx. 2) Contact one of the Kartris approved partners at http://www.kartris.com/t-Worldwide-Developers.aspx. Have fun and good luck coding.
Mon 25 Aug 2014 by
Tiggywiggler
|
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
That's a neat bit of work. We did consider going to ASP.NET 4.5. We've largely upgraded all our servers to that, and it's very stable and widely deployed now, but we hadn't really considered a direct benefit from it like this. Would you be happy for us to incorporate your code changes into the main code? We've released a 2.7 beta but I think it should be possible to release a second beta on 4.5 with the multiple file upload rather than wait for the next major update.
I assume the 4.5.0 version is ok for this, as not sure that we'd want to target the more recent 4.5.1 or 4.5.2 versions yet until they're more widely adopted.
-- If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.
If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
|
Group: Forum Members
Last Active: Mon 6 Dec 2021
Posts: 235,
Visits: 750
|
große, you may use this updated code in any way you wish and I would be proud to see this incorporated into the main build, go open source!
This modification applies to 4.5.0 directly, I have not made the move to 4.5.1 myself anyway.
Edit: spelling
We are always willing to help out the community or pitch in to help you fix a problem. However, if you want a complete solution made such as a code module or new feature added you have two options. Either 1) Reach out to the Kartris internal development team at http://www.kartris.com/Contact.aspx. 2) Contact one of the Kartris approved partners at http://www.kartris.com/t-Worldwide-Developers.aspx. Have fun and good luck coding.
Tue 26 Aug 2014 by
Tiggywiggler
|