I'm working on Gallery module using struts 2. To show images/Audio/Video files on browser I'm using ajax which will reduce the server load. For ajax call when the page loads i'll just get the src location and set it on object tag(IE) or embed tag(other browsers). This process requiers the file to be in the scope of server. Now what the problem is when the war file is redployed all uploaded files get deleted. How can i show an audio/video file using ajax when the file resides out of server(EAP JBOSS) directory?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
