Anu Host

Greenhorn
+ Follow
since Apr 26, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Anu Host

Thanks for the suggestion.
I was trying out some text which was encoded and decoded using base64 and it seems to work fine. Wanted to know if this is ok to be used for .jpeg files and if there are any chances for the image to be corrupted when decoding. I came to know that base64 uses only a-z, A-Z, 0-9, + and / but wanted to know if it is safe to use this in an xml.
Hi,

I was tying out to see if it is possible to send binary information(like an .jpeg file or .ppt file) embedded in an xml.
I was trying to have the file name and some more details in the xml and one of the tags in the xml would be the binary file itself. Is it possible to do this? The xml file so created will be moved from one location to another using SFTP. In the receiving location, I will have to store the file as it is - after extracting it(if required).

Any better suggestions on this are welcome.

Thanks,
Anoop
Hi,

I need to pass an xml file throght the request object to another webservice. Is it possible to do it using request object. Any pointers to sample code will be of great help.

Thanks,
Anoop
15 years ago
I was trying to use this for some archiving purpose, where by I will see if there is a folder corresponding to todays date and if it is not there I will create one. If it is there I will archive to that folder.
Hi,

I need to see the list of subdirectories inside the current directory using the apache.commons.net.ftp. Please let me know how I can do it.Remember that I just need the directories and not the files.

Thanks,
Anoop
I am having a J2EE application. I am using display tag to display a list of items.

I am having an export facility.When I use the following code I am getting the export options for PDF,Excel and CSV. How can I remove the CSV export from the options?



Thanks in Advance,
Anoop
I am having a J2EE application. I am using display tag to display a list of items.

I am having an export facility.When I use the following code I am getting the export options for PDF,Excel and CSV. How can I remove the CSV export from the options?



Thanks in Advance,
Anoop
16 years ago
JSP