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.

Results 1 to 2 of 2

Thread: design for upload file

  1. #1
    Member
    Join Date
    May 2020
    Posts
    56
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default design for upload file

    I would like to ask how to design a upload pdf function,upload by user from the web application in the web, and then file will save somewhere in server , but the files will use for web and mobile application at the same time, how to design to achieve the goal to let both app to retrieve a series of files from server at the same time?
    in db , is it needed to store in different table to avoid dead lock? how to design?

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: design for upload file

    Please respond on the previous threads where you have asked these large questions.

    The questions are more than can be answered in this type of forum.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. J2EE Upload War File
    By learningjavathehardway in forum JavaServer Pages: JSP & JSTL
    Replies: 5
    Last Post: November 27th, 2012, 07:23 AM
  2. How do I upload an audio wav file?!
    By mcgras22 in forum File Input/Output Tutorials
    Replies: 5
    Last Post: June 15th, 2012, 08:29 PM
  3. why i can't upload file to database
    By hidden_daisy in forum JavaServer Pages: JSP & JSTL
    Replies: 3
    Last Post: November 13th, 2011, 01:15 PM
  4. File upload problem
    By antonic in forum Web Frameworks
    Replies: 2
    Last Post: September 28th, 2011, 07:25 PM
  5. Want to upload csv file of greter than 200 Mb
    By shreyansh in forum Java Servlet
    Replies: 6
    Last Post: February 8th, 2011, 07:43 PM