Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fileDownload session support #70

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

fileDownload session support #70

wants to merge 3 commits into from

Conversation

loveapple
Copy link

Change log:

  • add check session value function.
    • session value check function use ajax to get server values and sample of response body from server side.

      {"resultCode":"SUCCESS","errorMsgs":null,"code":",1411101372971"}

  • the session key can be set in application on the server side.
    • I didn't delete variable name of [cookieXxxx] in this version, and use "cookieValue" for check session value.

Why hacks it

When multiple to download file in a same session, the download of modal window wil be not appear, because the cookie value will be changed by other operation.
So I use the HTTP session to save multiple download status values.
Of caurse, May be delete be used download status from session, but didn't implemente it in this version.

@loveapple loveapple changed the title fileDownload session support edition fileDownload session support Sep 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants