Forum: upload images??

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Is possible?
13 years ago
No, it's not possible
13 years ago
If you are trying to create something where a user uploads a photo (like a custom photo on a t-shirt) I would think it is possible to add an upload control at the productvariant template (not exactly sure of the file location) and have the uploaded image save to a folder with write permissions while giving that file a unique random name on the fly.  You would have to add a column in the orders table/cart to be updated with the file name upon placing in the cart.

On the admin end, when an order comes in, one would have to match the order with the image file in that folder to associate the uploaded image name with the image name on the order.

Would something like that work-around work for you?  If so, I will try to post the exact files to update but would need to get familiar with latest nop first...
13 years ago
Hate to rehash this but I would like to know inf anyone has figured this out. I would like for the ability to have say just the admin upload pictures not really the customer. Any help would be great.
13 years ago
Increasing forum functionality is on the roadmap of nopCommerce for future... (Currently, nopCommerce team is improving/adding e-commerce features but sometime in near future, they will work on CMS feature too that includes this forum section)

Vote for this feature here: http://nopcommerce.codeplex.com/workitem/8189
13 years ago
par6 wrote:
If you are trying to create something where a user uploads a photo (like a custom photo on a t-shirt) I would think it is possible to add an upload control at the productvariant template (not exactly sure of the file location) and have the uploaded image save to a folder with write permissions while giving that file a unique random name on the fly.  You would have to add a column in the orders table/cart to be updated with the file name upon placing in the cart.

On the admin end, when an order comes in, one would have to match the order with the image file in that folder to associate the uploaded image name with the image name on the order.

Would something like that work-around work for you?  If so, I will try to post the exact files to update but would need to get familiar with latest nop first...


ok..you can
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.