Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi All,
Greetings for the day.

I have an issue related to image upload.
Actually, currently I have image functionality for .png, .jpg, .jpeg, .bmp, .gif, .psd formats in my asp.net application. For this, I upload these file formats in the image folder and display it where ever required on the web page using img tag accessing the image path from folder.

Now, I have required to upload, display (and print also) CAD files (DWG, DWF, DXF) on web page where ever required either as image or another type. I haven't found any solution yet to do so.

Please help me to implement this in my asp.net project.
Posted
Comments
Sandeep Mewara 11-Jun-12 2:50am    
So, is uploading image an issue? or showing the new image types open after upload an issue?

Where are you stuck?
Ashish Naval 12-Jun-12 1:51am    
No issues in uploading file, problem is viewing the file.

 
Share this answer
 
v2
Most of the browsers would not be able to handle the images. You need to convert those images on the fly to common formats like JPEG, GIF, PNG... You can use a custom handler to convert the images and produce the compatible formats.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900