hi,
This is vanirathna,
i don't have any idea on in memory concept in java, but i want code for storing a file from scanner to server directly that means the file should not store on local memory. so please help me in this
Thanks,
vanirathna
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
hi,
This is vanirathna,
i don't have any idea on in memory concept in java, but i want code for storing a file from scanner to server directly that means the file should not store on local memory. so please help me in this
Thanks,
vanirathna
VaniRathna
Can you be more explanatory in your question?
Do you want to transfer a file with in a network?
I don't know a way to copy a file from a PC to a server without some program reading the file into memory.
hi Mr.777
I need to scan a file from scanner and that scanned file should not store in local memory, it should store directly on server, and for this some one suggested me to use in memory mechanism of java. but i don't have any idea regarding in memory mechanism in java, so can u please help me in this how can i do this because i even can't understand how to start this
thank you..
VaniRathna
Well, yes you can scan a file and store it on the server without storing it in the local memory. I'll recommend you to have a look over this discussion. Parsing huge file without reading into memory (Performance forum at JavaRanch)
This might help you.
thank you Mr.777
i'll try in that way
VaniRathna