سلام دوستان من یه کد برای اپلود فایل دارم و یه فایل پی اچ پی میام اپلود میکنم فایل رو در سرورم در پوشه اپپس ولی متاسفانه ارتباط برقرار نمیشه برای ارسال فایلم به سرور و میزنه دیس کانکت مشکل چیه ؟
#Region Project Attributes
#ApplicationLabel: B4A Example
#VersionCode: 1
#VersionName:
'SupportedOrientations possible values: unspecified, landscape or portrait.
#SupportedOrientations: unspecified
#CanInstallToExternalStorage: False
#End Region
#Region Activity Attributes
#FullScreen: False
#IncludeTitle: True
#End Region
Sub Process_Globals
Dim cc As ContentChooser
End Sub
Sub Globals
Dim upload As UploadFilePhp
Private ProgressBar1 As ProgressBar
Private Label1 As Label
Private Button1 As Button
Dim fn As String
Dim fn2 As String
End Sub
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("1")
upload.Initialize("upload")
upload.B4A_log= True
cc.Initialize ("chooser")
' upload.doFileUpload(ProgressBar1,Label1,File.Combine(fn,fn2),"http://www.appdroids.ir/apps/upload_file.php")
End Sub
Sub Activity_Resume
End Sub
Sub Activity_Pause (UserClosed As Boolean)
End Sub
Sub button1_Click
cc.Show("image/*", "Choose image")
End Sub
Sub chooser_Result (Success As Boolean, Dir As String, FileName As String)
If Success Then
Dir= fn
FileName = fn2
upload.doFileUpload(ProgressBar1,Label1,File.Combine(fn,fn2),"http://www.asa.ir/apps/upload_file.php")
End If
End Sub
سوال
mohammade79 127
سلام دوستان من یه کد برای اپلود فایل دارم و یه فایل پی اچ پی میام اپلود میکنم فایل رو در سرورم در پوشه اپپس ولی متاسفانه ارتباط برقرار نمیشه برای ارسال فایلم به سرور و میزنه دیس کانکت مشکل چیه ؟
اینم کدمه
#Region Project Attributes #ApplicationLabel: B4A Example #VersionCode: 1 #VersionName: 'SupportedOrientations possible values: unspecified, landscape or portrait. #SupportedOrientations: unspecified #CanInstallToExternalStorage: False #End Region #Region Activity Attributes #FullScreen: False #IncludeTitle: True #End Region Sub Process_Globals Dim cc As ContentChooser End Sub Sub Globals Dim upload As UploadFilePhp Private ProgressBar1 As ProgressBar Private Label1 As Label Private Button1 As Button Dim fn As String Dim fn2 As String End Sub Sub Activity_Create(FirstTime As Boolean) Activity.LoadLayout("1") upload.Initialize("upload") upload.B4A_log= True cc.Initialize ("chooser") ' upload.doFileUpload(ProgressBar1,Label1,File.Combine(fn,fn2),"http://www.appdroids.ir/apps/upload_file.php") End Sub Sub Activity_Resume End Sub Sub Activity_Pause (UserClosed As Boolean) End Sub Sub button1_Click cc.Show("image/*", "Choose image") End Sub Sub chooser_Result (Success As Boolean, Dir As String, FileName As String) If Success Then Dir= fn FileName = fn2 upload.doFileUpload(ProgressBar1,Label1,File.Combine(fn,fn2),"http://www.asa.ir/apps/upload_file.php") End If End Sub
لینک ارسال
به اشتراک گذاری در سایت های دیگر
3 پاسخ به این سوال تاکنون داده شده است
ارسالهای توصیه شده
بایگانی شده
این موضوع بایگانی و قفل شده و دیگر امکان ارسال پاسخ نیست.