-
Notifications
You must be signed in to change notification settings - Fork 3
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
Don't you need some javascript for this? #2
Comments
Hi @jackttcoms It By default check list of valid mime types. Do you have any suggestion? |
Wonderful. Not not really. It looks very secure to me 👍 . Also does this have random file name capabilities? e.g. upload bob.zip and it uploads it as ajhdbfjfbjfbgjkwgbjkgbwjkfwbjkbgj.zip and can you please create a working sample so i can see how it works properly. Can i explain my needs for my project. Basically I have a form with 5 input fields. I only need the chunking for one field (the zip field), can i achieve this with your class. Do everything at the same time? Click submit.....chunk file and insert data into database? Here are the fields: Thanks very much. |
Ok. Yes you can. you should set a js lib for Zip input that send chunked data to server then in server you should pass data to my package |
Hi, can this be done with jquery file upload? if so would it be possible for you to create a really simple working example? This is my code so far based on urs but am unsure with certain elements if i am doing it right so help would be much appreciated in getting a working chunk upload form working. Thanks
Thanks |
Can this work with ResumableJs???? |
Yes, it can. |
Any chance of an example of your script in use? Thanks |
Does this require any javascript? Also out of 10, how secure would you say this class is? Thanks
The text was updated successfully, but these errors were encountered: