senthilkumaran senthil

Greenhorn
+ Follow
since Apr 11, 2014
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 senthilkumaran senthil


Hi,

Chrome Version (type about:version into your omnibox): 28.0.1500.16
Operating System (Windows 7/8/Vista/XP, Mac, Linux, Android, iOS): iOS
Extensions (type Chrome:extensions into your omnibox): N/A

It seems that there is a bug in Chrome on iOS that prevents video files from being uploaded when the file inputs "multiple" attribute is specified (allowing selection of multiple files).

For example, here's a most simplistic HTML5 file upload form:

<html lang="en">
<head>
<meta charset="utf-8" />
</head>
<body>
<form method="POST" enctype="multipart/form-data" action="/upload">
<input type="file" name="thefile" multiple />
<input type="submit" value="Submit"/>
</form>
</body>
</html>

If you select a video and then submit the form, the video file uploaded will be zero bytes.

If you simply remove the multiple attribute, then you _can_ select a video, it will be compressed, and it will be uploaded successfully.

The form above (with the multiple attribute) works just fine in Safari under the same scenario (uploading a single video).

Is this a known bug?

Thanks!

senthilkumaran
9 years ago
iOS
how can provide for particular ajax request in RestApi.


Thanks

senthilkumaran
9 years ago



Hi,


Developed Rest API using Java/Spring MVC

1. Can We provide authentication for RestAPI? If yes means How?
2. Now i struggling with authentication for RestApi . Can you send some examples for that?
3. Now Accessing rest API through AJAX request.

Thanks
senthilkumaran

9 years ago
hi,

I have used Jboss5.0.1GA and jboss-profiler-2.0.0.Beta5.then i was put this command like(java -Xmx512m -Djboss-profiler-client.properties=jboss-profiler-client.properties -jar jboss-profiler-client.jar list) but exception showing following this,

2014-04-11 12:31:14,355 ERROR [org.jboss.profiler.client.cmd.Client] Can not getconnection to server. Problem establishing socket connection for InvokerLocator[socket://localhost:5400/]

org.jboss.remoting.CannotConnectException: Can not get connection to server. Problem establishing socket connection for InvokerLocator [socket://localhost:5400/ ]

at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:530)

at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)

at org.jboss.remoting.Client.invoke(Client.java:1550)at org.jboss.remoting.Client.invoke(Client.java:530)

at org.jboss.remoting.Client.invoke(Client.java:518)at org.jboss.profiler.client.cmd.Client.main(Client.java:267)

Caused by: java.net.ConnectException: Connection refused

at java.net.PlainSocketImpl.socketConnect(Native Method)

at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)

at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)

at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)

at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)

at java.net.Socket.connect(Socket.java:579)

at org.jboss.remoting.transport.socket.SocketClientInvoker.createSocket(SocketClientInvoker.java:187)

at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.getConnection(MicroSocketClientInvoker.java:801)

at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:526)

... 5 more

so how to resolved this issue.can you any one support me.

Thanks

senthilkumaran

jbossjboss
9 years ago